forked from OSchip/llvm-project
[compiler-rt] Add missing quotation marks to msan_compile invocation
llvm-svn: 309430
This commit is contained in:
parent
20f45a3e73
commit
48a34c684b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue