forked from OSchip/llvm-project
[libFuzzer] make the tests depend on ubsan
llvm-svn: 320787
This commit is contained in:
parent
0d47d32caa
commit
b99a7102c1
|
@ -1,7 +1,7 @@
|
|||
set(LIBFUZZER_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
|
||||
list(REMOVE_ITEM LIBFUZZER_TEST_DEPS SanitizerLintCheck)
|
||||
if (NOT COMPILER_RT_STANDALONE_BUILD)
|
||||
list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan)
|
||||
list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan ubsan)
|
||||
endif()
|
||||
|
||||
if(COMPILER_RT_INCLUDE_TESTS)
|
||||
|
|
Loading…
Reference in New Issue