This is an archive of the discontinued LLVM Phabricator instance.

Add support to object files for accessing the .debug_types section
ClosedPublic

Authored by clayborg on May 7 2018, 8:58 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

clayborg created this revision.May 7 2018, 8:58 AM
labath accepted this revision.May 8 2018, 2:31 AM

Thanks. Please also update the lit/Modules/elf-section-types.yaml test to include the new section type.

This revision is now accepted and ready to land.May 8 2018, 2:31 AM
clayborg updated this revision to Diff 145715.May 8 2018, 10:07 AM

Added lit test.

BTW: I added the .debug_info verification to the lit test as there was a section made, but it wasn't checked.

davide accepted this revision.May 8 2018, 10:08 AM
davide added a subscriber: davide.

Thanks for taking the time to split this!

Pavel, let me know if you are good with this.

This revision was automatically updated to reflect the committed changes.

Looks great. Thanks.