This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7ad54d193871: [lldb][wasm] Parse DWO section names (authored
by pfaffe, committed by labath).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE L
pfaffe added a comment.
Thanks! Would you mind landing the change for me? I'm not a github comitter.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93621/new/
https://reviews.llvm.org/D93621
___
lldb-comm
pfaffe updated this revision to Diff 313321.
pfaffe added a comment.
Add the new dwo sections to the testcase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93621/new/
https://reviews.llvm.org/D93621
Files:
lldb/source/Plugins/ObjectFile/wasm/Ob
labath added a comment.
It would be nice to "mirror" the test case
(test/Shell/ObjectFile/ELF/section-types.yaml) too. Other than that, this is
fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93621/new/
https://reviews.llvm.org/D93621
__
pfaffe created this revision.
Herald added subscribers: sunfish, sbc100.
pfaffe requested review of this revision.
Herald added subscribers: lldb-commits, aheejin.
Herald added a project: LLDB.
Mirror ELF section parsing to support DWARF section names for
debug fission.
Repository:
rG LLVM Git