diff options
author | Vedant Kumar <vsk@apple.com> | 2019-09-27 20:24:48 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2019-09-27 20:24:48 +0000 |
commit | 84ca5c8cbf9e0f91a7dcea6662b5aa74ecc3f003 (patch) | |
tree | 6e4af714e1c3e086da6b7c6b7809a837f5b5d012 | |
parent | 61422f96653f1ceb01b0dd6229a8b06ac947e2f3 (diff) | |
download | bcm5719-llvm-84ca5c8cbf9e0f91a7dcea6662b5aa74ecc3f003.tar.gz bcm5719-llvm-84ca5c8cbf9e0f91a7dcea6662b5aa74ecc3f003.zip |
Revert "[profile] Add a test dependency on cxx-headers"
This reverts commit b539350f7d006b7d6f42c5c4b5715da87a52e5d8.
See: http://lab.llvm.org:8011/builders/sanitizer-windows/builds/52140/steps/annotate/logs/stdio
The cxx-headers target doesn't exist everywhere.
llvm-svn: 373123
-rw-r--r-- | compiler-rt/test/profile/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/CMakeLists.txt b/compiler-rt/test/profile/CMakeLists.txt index 86ca43d038c..4b031306594 100644 --- a/compiler-rt/test/profile/CMakeLists.txt +++ b/compiler-rt/test/profile/CMakeLists.txt @@ -4,7 +4,7 @@ set(PROFILE_LIT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) set(PROFILE_TESTSUITES) set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS}) if(NOT COMPILER_RT_STANDALONE_BUILD) - list(APPEND PROFILE_TEST_DEPS cxx-headers profile llvm-profdata llvm-cov) + list(APPEND PROFILE_TEST_DEPS profile llvm-profdata llvm-cov) endif() set(PROFILE_TEST_ARCH ${PROFILE_SUPPORTED_ARCH}) |