This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][ELF] Add support for reading extended table
ClosedPublic

Authored by steven_wu on Nov 29 2021, 3:16 PM.

Details

Summary

Add support for reading extended table in ELF object file. This allows
JITLink to support ELF object files with many sections.

Diff Detail

Event Timeline

steven_wu created this revision.Nov 29 2021, 3:16 PM
steven_wu requested review of this revision.Nov 29 2021, 3:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2021, 3:16 PM
lhames accepted this revision.Nov 29 2021, 6:54 PM

Nice! Thanks very much for implementing this.

This revision is now accepted and ready to land.Nov 29 2021, 6:54 PM
This revision was automatically updated to reflect the committed changes.