[compiler-rt] Add missing quotation marks to msan_compile invocation

llvm-svn: 309430
This commit is contained in:
Krzysztof Parzyszek 2017-07-28 20:29:29 +00:00
parent 20f45a3e73
commit 48a34c684b
1 changed files with 1 additions and 1 deletions

View File

@ -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.