projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20239b1
)
[libFuzzer] Add msan and dfsan to test deps.
author
Matt Morehouse
<mascasa@google.com>
Mon, 16 Jul 2018 17:37:15 +0000
(17:37 +0000)
committer
Matt Morehouse
<mascasa@google.com>
Mon, 16 Jul 2018 17:37:15 +0000
(17:37 +0000)
Required now that we have tests using MSan and DFSan.
llvm-svn: 337193
compiler-rt/test/fuzzer/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/compiler-rt/test/fuzzer/CMakeLists.txt
b/compiler-rt/test/fuzzer/CMakeLists.txt
index
3897074
..
4cec807
100644
(file)
--- a/
compiler-rt/test/fuzzer/CMakeLists.txt
+++ b/
compiler-rt/test/fuzzer/CMakeLists.txt
@@
-1,6
+1,6
@@
set(LIBFUZZER_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
if (NOT COMPILER_RT_STANDALONE_BUILD)
- list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan
ub
san)
+ list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan
msan ubsan df
san)
if(NOT APPLE AND COMPILER_RT_HAS_LLD)
list(APPEND LIBFUZZER_TEST_DEPS lld)
endif()