[Lldb-commits] [PATCH] D86144: [lldb] [testsuite] Add split-file for check-lldb dependencies
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 18 08:52:04 PDT 2020
jankratochvil created this revision.
jankratochvil added reviewers: labath, MaskRay.
jankratochvil added a project: LLDB.
Herald added subscribers: JDevlieghere, aprantl, mgorny.
jankratochvil requested review of this revision.
D85968 <https://reviews.llvm.org/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
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86144
Files:
lldb/test/CMakeLists.txt
Index: lldb/test/CMakeLists.txt
===================================================================
--- lldb/test/CMakeLists.txt
+++ lldb/test/CMakeLists.txt
@@ -78,6 +78,7 @@
llvm-strip
not
yaml2obj
+ split-file
)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86144.286291.patch
Type: text/x-patch
Size: 247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200818/dbae3902/attachment-0001.bin>
More information about the lldb-commits
mailing list