summaryrefslogtreecommitdiff
path: root/lib/msan/tests
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-07-28 20:29:29 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-07-28 20:29:29 +0000
commit64531a13cdf81d045c934b7235f0d54861c245ea (patch)
tree04b39b37ac218a2e2e0ab0e05711cd0fc2bd8f54 /lib/msan/tests
parent7810a905a4c21031e7a5e8b8a8fde70ec40b5fa5 (diff)
[compiler-rt] Add missing quotation marks to msan_compile invocation
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/tests')
-rw-r--r--lib/msan/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msan/tests/CMakeLists.txt b/lib/msan/tests/CMakeLists.txt
index 9d130bb3b..04428958e 100644
--- a/lib/msan/tests/CMakeLists.txt
+++ b/lib/msan/tests/CMakeLists.txt
@@ -85,7 +85,7 @@ set_target_properties(MsanUnitTests PROPERTIES FOLDER "MSan unit tests")
macro(add_msan_tests_for_arch arch kind cflags)
# Build gtest instrumented with MSan.
set(MSAN_INST_GTEST)
- msan_compile(MSAN_INST_GTEST ${COMPILER_RT_GTEST_SOURCE} ${arch} ${kind}
+ msan_compile(MSAN_INST_GTEST ${COMPILER_RT_GTEST_SOURCE} ${arch} "${kind}"
"${cflags}")
# Instrumented tests.