Skip to content

Commit 7baed76

Browse files
committed
[lldb] [testsuite] Add split-file for check-lldb dependencies
D85968 started to use `split-file` and while buildbots run fine while doing `make check-lldb` by hand I get: .../llvm-monorepo-clangassert/tools/lldb/test/SymbolFile/DWARF/Output/DW_AT_declaration-with-children.s.script: line 2: split-file: command not found failed: lldb-shell :: SymbolFile/DWARF/DW_AT_declaration-with-children.s Differential Revision: https://reviews.llvm.org/D86144
1 parent 31f02ac commit 7baed76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ if(NOT LLDB_BUILT_STANDALONE)
7777
dsymutil
7878
llvm-strip
7979
not
80+
split-file
8081
yaml2obj
8182
)
8283
endif()

0 commit comments

Comments
 (0)