[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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user