Author: Jan Kratochvil Date: 2020-08-18T18:10:55+02:00 New Revision: 7baed769c7ea8de27a1c077c7ff30f4e19988ade
URL: https://github.com/llvm/llvm-project/commit/7baed769c7ea8de27a1c077c7ff30f4e19988ade DIFF: https://github.com/llvm/llvm-project/commit/7baed769c7ea8de27a1c077c7ff30f4e19988ade.diff LOG: [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 Added: Modified: lldb/test/CMakeLists.txt Removed: ################################################################################ diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt index c0249180253a..21d8c61f11ed 100644 --- a/lldb/test/CMakeLists.txt +++ b/lldb/test/CMakeLists.txt @@ -77,6 +77,7 @@ if(NOT LLDB_BUILT_STANDALONE) dsymutil llvm-strip not + split-file yaml2obj ) endif() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits