aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-12-15 01:39:52 +0000
committerKostya Serebryany <kcc@google.com>2017-12-15 01:39:52 +0000
commitb99a7102c13bd6bf629789750d2e5c08e9862da1 (patch)
treeba13624a1d3adb19fe0bc80caebcb0a36ad354c1 /compiler-rt
parent0d47d32caa1ca4cff71845cf8b447fe5182a4548 (diff)
downloadllvm-b99a7102c13bd6bf629789750d2e5c08e9862da1.zip
llvm-b99a7102c13bd6bf629789750d2e5c08e9862da1.tar.gz
llvm-b99a7102c13bd6bf629789750d2e5c08e9862da1.tar.bz2
[libFuzzer] make the tests depend on ubsan
llvm-svn: 320787
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 cf83c00..bd51112 100644
--- a/compiler-rt/test/fuzzer/CMakeLists.txt
+++ b/compiler-rt/test/fuzzer/CMakeLists.txt
@@ -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)