[compiler-rt] 0eb01a9 - [llvm-cov] Add split-file to compiler-rt test requirements.

Daniel Thornburgh via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 13:39:03 PST 2023


Author: Daniel Thornburgh
Date: 2023-01-30T13:36:02-08:00
New Revision: 0eb01a9c4581a24c163f3464cebdb20534fbda35

URL: https://github.com/llvm/llvm-project/commit/0eb01a9c4581a24c163f3464cebdb20534fbda35
DIFF: https://github.com/llvm/llvm-project/commit/0eb01a9c4581a24c163f3464cebdb20534fbda35.diff

LOG: [llvm-cov] Add split-file to compiler-rt test requirements.

Differential Revision: https://reviews.llvm.org/D136702

Added: 
    

Modified: 
    compiler-rt/test/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt
index 852a2883ea5e0..b4d2999acf9f0 100644
--- a/compiler-rt/test/CMakeLists.txt
+++ b/compiler-rt/test/CMakeLists.txt
@@ -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()


        


More information about the llvm-commits mailing list