[PATCH] D55864: [elfabi] [WIP] Write .dynamic section with DT_SONAME and DT_NEEDED

Armando Montanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 16:30:29 PST 2018


amontanez created this revision.
Herald added a subscriber: llvm-commits.

This patch adds the majority of the work needed for writing ELF files. The output is a mostly complete ELF stub (minus a PT_LOAD entry).


Repository:
  rL LLVM

https://reviews.llvm.org/D55864

Files:
  llvm/tools/llvm-elfabi/ELFObjHandler.cpp
  llvm/tools/llvm-elfabi/ELFObjHandler.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55864.178813.patch
Type: text/x-patch
Size: 10152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/0ff941be/attachment.bin>


More information about the llvm-commits mailing list