Skip to content

Commit 0b21322

Browse files
mysterymathtstellar
authored andcommitted
[llvm-cov] Add split-file to compiler-rt test requirements.
Differential Revision: https://reviews.llvm.org/D136702 (cherry picked from commit 0eb01a9)
1 parent dd08c12 commit 0b21322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if(NOT ANDROID)
3232
# Use LLVM utils and Clang from the same build tree.
3333
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS
3434
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)
35+
llvm-readelf llvm-readobj llvm-size llvm-symbolizer compiler-rt-headers sancov split-file)
3636
if (WIN32)
3737
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS KillTheDoctor)
3838
endif()

0 commit comments

Comments
 (0)