We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cecc30 commit 20daf91Copy full SHA for 20daf91
compiler-rt/test/profile/CMakeLists.txt
@@ -4,7 +4,7 @@ set(PROFILE_LIT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
4
set(PROFILE_TESTSUITES)
5
set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
6
if(NOT COMPILER_RT_STANDALONE_BUILD)
7
- list(APPEND PROFILE_TEST_DEPS profile llvm-profdata llvm-cov)
+ list(APPEND PROFILE_TEST_DEPS cxx-headers profile llvm-profdata llvm-cov)
8
endif()
9
10
set(PROFILE_TEST_ARCH ${PROFILE_SUPPORTED_ARCH})
0 commit comments