[Lldb-commits] [PATCH] D93438: ObjectFileELF: Test whether reloc_header is non-null instead of asserting.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 17 01:58:46 PST 2020


labath added a comment.

The fix seems reasonable but it would use a test case. Is it possible to generate appropriate input with `yaml2obj`? If so you could run `lldb-test symbols` on the resulting object file, and verify that the Symbol table is printed out correctly (whatever "correct" means in this case).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93438/new/

https://reviews.llvm.org/D93438



More information about the lldb-commits mailing list