[PATCH] D55852: [elfabi] Add support for reading DT_NEEDED from binaries
Armando Montanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 18 13:55:15 PST 2018
amontanez created this revision.
amontanez added a reviewer: jakehehrlich.
Herald added a subscriber: llvm-commits.
This patch gives elfabi the ability to read DT_NEEDED entries from ELF binaries to populate NeededLibs in TextAPI's ELFStub.
Repository:
rL LLVM
https://reviews.llvm.org/D55852
Files:
llvm/test/tools/llvm-elfabi/binary-read-neededlibs.test
llvm/tools/llvm-elfabi/ELFObjHandler.cpp
llvm/tools/llvm-elfabi/ELFObjHandler.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55852.178779.patch
Type: text/x-patch
Size: 4588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181218/879cfdb1/attachment.bin>
More information about the llvm-commits
mailing list