[libFuzzer] Add msan and dfsan to test deps.
authorMatt Morehouse <mascasa@google.com>
Mon, 16 Jul 2018 17:37:15 +0000 (17:37 +0000)
committerMatt 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

index 3897074..4cec807 100644 (file)
@@ -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()