[PATCH] D114747: [JITLink][ELF] Add support for reading extended table

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 15:16:54 PST 2021


steven_wu created this revision.
steven_wu added reviewers: lhames, dexonsmith.
Herald added subscribers: ributzka, hiraditya.
steven_wu requested review of this revision.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114747

Files:
  llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
  llvm/test/ExecutionEngine/JITLink/X86/ELF_shndex.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114747.390490.patch
Type: text/x-patch
Size: 4421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211129/55230501/attachment.bin>


More information about the llvm-commits mailing list