summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2018-07-16 17:37:15 +0000
committerMatt Morehouse <mascasa@google.com>2018-07-16 17:37:15 +0000
commit0876a889f78f0d0db0e7921e32be078b4961212f (patch)
tree784e38779e4c6a6105991e8fbc0d51c7f34ad502 /compiler-rt
parent20239b18bbb81d3e5cbd6e3fd8a050bbcbec9757 (diff)
downloadbcm5719-llvm-0876a889f78f0d0db0e7921e32be078b4961212f.tar.gz
bcm5719-llvm-0876a889f78f0d0db0e7921e32be078b4961212f.zip
[libFuzzer] Add msan and dfsan to test deps.
Required now that we have tests using MSan and DFSan. llvm-svn: 337193
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/fuzzer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/CMakeLists.txt b/compiler-rt/test/fuzzer/CMakeLists.txt
index 38970749d05..4cec80774c9 100644
--- 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 ubsan)
+ list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan msan ubsan dfsan)
if(NOT APPLE AND COMPILER_RT_HAS_LLD)
list(APPEND LIBFUZZER_TEST_DEPS lld)
endif()
OpenPOWER on IntegriCloud