forked from OSchip/llvm-project
[asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage
llvm-svn: 218427
This commit is contained in:
parent
e15fcaa2e5
commit
fd5e21adba
|
|
@ -14,7 +14,7 @@ if(NOT ANDROID)
|
||||||
# Use LLVM utils and Clang from the same build tree.
|
# Use LLVM utils and Clang from the same build tree.
|
||||||
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS
|
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS
|
||||||
clang clang-headers FileCheck count not llvm-nm llvm-symbolizer
|
clang clang-headers FileCheck count not llvm-nm llvm-symbolizer
|
||||||
compiler-rt-headers)
|
compiler-rt-headers profile)
|
||||||
endif()
|
endif()
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS SanitizerLintCheck)
|
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS SanitizerLintCheck)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue