diff options
author | Kostya Serebryany <kcc@google.com> | 2014-09-24 23:54:04 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2014-09-24 23:54:04 +0000 |
commit | fd5e21adbadd17cbd1033d0be7c39a0de18c0bec (patch) | |
tree | fc7e5301eed14655b1af03e372bb1da51035758e /compiler-rt | |
parent | e15fcaa2e50882407bfc44086b9aa28f22dcbef5 (diff) | |
download | bcm5719-llvm-fd5e21adbadd17cbd1033d0be7c39a0de18c0bec.tar.gz bcm5719-llvm-fd5e21adbadd17cbd1033d0be7c39a0de18c0bec.zip |
[asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage
llvm-svn: 218427
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt index ed5f1ee5d2a..007ac3ff3ad 100644 --- a/compiler-rt/test/CMakeLists.txt +++ b/compiler-rt/test/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT ANDROID) # Use LLVM utils and Clang from the same build tree. list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS clang clang-headers FileCheck count not llvm-nm llvm-symbolizer - compiler-rt-headers) + compiler-rt-headers profile) endif() if(UNIX) list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS SanitizerLintCheck) |