[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:
Kostya Serebryany 2014-09-24 23:54:04 +00:00
parent e15fcaa2e5
commit fd5e21adba
1 changed files with 1 additions and 1 deletions

View File

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