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 dd08c12 commit 0b21322Copy full SHA for 0b21322
compiler-rt/test/CMakeLists.txt
@@ -32,7 +32,7 @@ if(NOT ANDROID)
32
# Use LLVM utils and Clang from the same build tree.
33
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS
34
clang clang-resource-headers FileCheck count not llvm-config llvm-nm llvm-objdump
35
- llvm-readelf llvm-readobj llvm-size llvm-symbolizer compiler-rt-headers sancov)
+ llvm-readelf llvm-readobj llvm-size llvm-symbolizer compiler-rt-headers sancov split-file)
36
if (WIN32)
37
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS KillTheDoctor)
38
endif()
0 commit comments