summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-01 16:05:15 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-01 16:05:15 +0000
commitdd690a2ca48cf8b63f44af4ba8933a8a9d41ec48 (patch)
treecf0dde7e090acc70647ea5049253c26978582737
parent64b95123efa39a3a6fb6bdb0fe387ab28d4fe531 (diff)
downloadbcm5719-llvm-dd690a2ca48cf8b63f44af4ba8933a8a9d41ec48.tar.gz
bcm5719-llvm-dd690a2ca48cf8b63f44af4ba8933a8a9d41ec48.zip
InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPS
Take advantage of the SANITIZER_COMMON_LIT_TEST_DEPS variable. <rdar://problem/16458307> llvm-svn: 205321
-rw-r--r--compiler-rt/test/profile/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/profile/CMakeLists.txt b/compiler-rt/test/profile/CMakeLists.txt
index da9922e01df..28fb35a9f6f 100644
--- a/compiler-rt/test/profile/CMakeLists.txt
+++ b/compiler-rt/test/profile/CMakeLists.txt
@@ -1,9 +1,9 @@
set(PROFILE_LIT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(PROFILE_LIT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
-set(PROFILE_TEST_DEPS)
+set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
if(NOT COMPILER_RT_STANDALONE_BUILD)
- list(APPEND PROFILE_TEST_DEPS profile clang llvm-profdata FileCheck)
+ list(APPEND PROFILE_TEST_DEPS profile llvm-profdata)
endif()
configure_lit_site_cfg(
OpenPOWER on IntegriCloud