This is an archive of the discontinued LLVM Phabricator instance.

[DWARFv5] Re-enable dumping a line table with no CU.
ClosedPublic

Authored by probinson on Jan 26 2018, 4:01 PM.

Details

Summary

r323476 added support for DW_FORM_line_strp, and incorrectly made that
depend on having a DWARFUnit available. We shouldn't be tracking
.debug_line_str in DWARFUnit after all. After this patch, I can do an
NFC follow up and undo a bunch of the "plumbing" part of r323476.

Diff Detail

Repository
rL LLVM

Event Timeline

probinson created this revision.Jan 26 2018, 4:01 PM
aprantl accepted this revision.Jan 26 2018, 9:08 PM

SGTM.

This revision is now accepted and ready to land.Jan 26 2018, 9:08 PM
JDevlieghere accepted this revision.Jan 29 2018, 6:41 AM
This revision was automatically updated to reflect the committed changes.