[compiler-rt] r218427 - [asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage
Kostya Serebryany
kcc at google.com
Wed Sep 24 16:54:04 PDT 2014
Author: kcc
Date: Wed Sep 24 18:54:04 2014
New Revision: 218427
URL: http://llvm.org/viewvc/llvm-project?rev=218427&view=rev
Log:
[asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage
Modified:
compiler-rt/trunk/test/CMakeLists.txt
Modified: compiler-rt/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/CMakeLists.txt?rev=218427&r1=218426&r2=218427&view=diff
==============================================================================
--- compiler-rt/trunk/test/CMakeLists.txt (original)
+++ compiler-rt/trunk/test/CMakeLists.txt Wed Sep 24 18:54:04 2014
@@ -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)
More information about the llvm-commits
mailing list