[libFuzzer] make the tests depend on ubsan

llvm-svn: 320787
This commit is contained in:
Kostya Serebryany 2017-12-15 01:39:52 +00:00
parent 0d47d32caa
commit b99a7102c1
1 changed files with 1 additions and 1 deletions

View File

@ -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)