diff options
-rw-r--r-- | compiler-rt/test/fuzzer/CMakeLists.txt | 2 |
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() |