[PATCH] D55864: [elfabi] Write program headers, .dynamic, .dynstr, and .shstrtab
Armando Montanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 23 12:37:50 PST 2019
amontanez updated this revision to Diff 183153.
amontanez retitled this revision from "[elfabi] [WIP] Write .dynamic section with DT_SONAME and DT_NEEDED" to "[elfabi] Write program headers, .dynamic, .dynstr, and .shstrtab".
amontanez edited the summary of this revision.
amontanez added reviewers: jakehehrlich, mcgrathr, phosek, ruiu, jhenderson.
amontanez removed a subscriber: jakehehrlich.
amontanez added a comment.
Cleaned up significantly, added tests, moved from WIP status to ready for review. This patch is very large. I'm open to splitting it up after a brief discussion on how people would prefer I do that.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55864/new/
https://reviews.llvm.org/D55864
Files:
llvm/test/tools/llvm-elfabi/binary-write-neededlibs.test
llvm/test/tools/llvm-elfabi/binary-write-pheaders.test
llvm/test/tools/llvm-elfabi/binary-write-sheaders.test
llvm/test/tools/llvm-elfabi/binary-write-soname.test
llvm/tools/llvm-elfabi/ELFObjHandler.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55864.183153.patch
Type: text/x-patch
Size: 21043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190123/4618723d/attachment.bin>
More information about the llvm-commits
mailing list