Skip to content

Commit

Permalink
[asan] make sanitizer tests depend on libclang_rt.profile since we no…
Browse files Browse the repository at this point in the history
…w have a test that uses -coverage

llvm-svn: 218427
  • Loading branch information
kcc committed Sep 24, 2014
1 parent e15fcaa commit fd5e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit fd5e21a

Please sign in to comment.