Skip to content

Commit f1886b1

Browse files
authored
[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.
1 parent 94dfe87 commit f1886b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set(CLANG_TOOLS_TEST_DEPS
5454

5555
# Add lit test dependencies.
5656
set(LLVM_UTILS_DEPS
57-
FileCheck count not
57+
FileCheck count not split-file
5858
)
5959
foreach(dep ${LLVM_UTILS_DEPS})
6060
if(TARGET ${dep})

0 commit comments

Comments
 (0)