This is an archive of the discontinued LLVM Phabricator instance.

[lldb][wasm] Parse DWO section names
ClosedPublic

Authored by pfaffe on Dec 21 2020, 2:06 AM.

Details

Summary

Mirror ELF section parsing to support DWARF section names for
debug fission.

Diff Detail

Event Timeline

pfaffe created this revision.Dec 21 2020, 2:06 AM
pfaffe requested review of this revision.Dec 21 2020, 2:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2020, 2:06 AM
labath added a subscriber: labath.Dec 21 2020, 11:45 AM

It would be nice to "mirror" the test case (test/Shell/ObjectFile/ELF/section-types.yaml) too. Other than that, this is fine.

pfaffe updated this revision to Diff 313321.Dec 22 2020, 6:37 AM

Add the new dwo sections to the testcase.

labath accepted this revision.Dec 27 2020, 2:28 AM
This revision is now accepted and ready to land.Dec 27 2020, 2:28 AM

Thanks! Would you mind landing the change for me? I'm not a github comitter.

This revision was landed with ongoing or failed builds.Jan 13 2021, 11:53 PM
Closed by commit rG7ad54d193871: [lldb][wasm] Parse DWO section names (authored by pfaffe, committed by labath). · Explain Why
This revision was automatically updated to reflect the committed changes.