Add support for reading extended table in ELF object file. This allows
JITLink to support ELF object files with many sections.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114747
[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
Diff Detail
Event Timelinesteven_wu added a child revision: D114753: [JITLink][ELF] Support duplicated section names from object file.Nov 29 2021, 3:36 PM This revision is now accepted and ready to land.Nov 29 2021, 6:54 PM Closed by commit rG5e3200f3ce5a: [JITLink][ELF] Add support for reading extended table (authored by steven_wu). · Explain WhyNov 30 2021, 9:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390739 llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
llvm/test/ExecutionEngine/JITLink/X86/ELF_shndex.s
|