[cmake][clang-tools] Make split-file a dependency for tests (#142048)

clang-doc uses split-file in some tests. We didn't notice the missing
dep, since its always built before clang-tools-extra tests run in CI.
This commit is contained in:
Paul Kirth
2025-05-30 16:02:43 -07:00
committed by GitHub
parent 94dfe875b0
commit f1886b1d6d

View File

@@ -54,7 +54,7 @@ set(CLANG_TOOLS_TEST_DEPS
# Add lit test dependencies.
set(LLVM_UTILS_DEPS
FileCheck count not
FileCheck count not split-file
)
foreach(dep ${LLVM_UTILS_DEPS})
if(TARGET ${dep})