This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [testsuite] Add split-file for check-lldb dependencies
ClosedPublic

Authored by jankratochvil on Aug 18 2020, 8:52 AM.

Details

Summary

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

Diff Detail

Event Timeline

jankratochvil created this revision.Aug 18 2020, 8:52 AM
jankratochvil requested review of this revision.Aug 18 2020, 8:52 AM
labath accepted this revision.Aug 18 2020, 8:56 AM

Thanks for catching that.

lldb/test/CMakeLists.txt
82

Please keep this list sorted.

This revision is now accepted and ready to land.Aug 18 2020, 8:56 AM
This revision was landed with ongoing or failed builds.Aug 18 2020, 9:11 AM
This revision was automatically updated to reflect the committed changes.