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()
Index: lldb/test/CMakeLists.txt =================================================================== --- lldb/test/CMakeLists.txt +++ lldb/test/CMakeLists.txt @@ -78,6 +78,7 @@ llvm-strip not yaml2obj + split-file ) endif()
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits