Skip to content

Commit

Permalink
[llvm-cov] Add split-file to compiler-rt test requirements.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D136702
  • Loading branch information
mysterymath committed Jan 30, 2023
1 parent 226c444 commit 0eb01a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(NOT ANDROID)
# Use LLVM utils and Clang from the same build tree.
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS
clang clang-resource-headers FileCheck count not llvm-config llvm-nm llvm-objdump
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)
if (WIN32)
list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS KillTheDoctor)
endif()
Expand Down

0 comments on commit 0eb01a9

Please sign in to comment.