[msan] Add missing quotes.

llvm-svn: 206589
This commit is contained in:
Evgeniy Stepanov 2014-04-18 13:03:54 +00:00
parent 01f315a556
commit 474011d55d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ set_target_properties(MsanUnitTests PROPERTIES FOLDER "MSan unit tests")
macro(add_msan_tests_for_arch arch kind)
# 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}"
${MSAN_UNITTEST_INSTRUMENTED_CFLAGS} ${ARGN})
# Build libcxx instrumented with MSan.