[llvm-commits] [PATCH] ObjectFile libraries needed interface + llvm-readobj

David Meyer pdox at google.com
Wed Feb 29 16:17:27 PST 2012


* Add begin_dynamic_table() / end_dynamic_table() private interface to
ELFObjectFile.

* Add begin_libraries_needed() / end_libraries_needed() interface to
ObjectFile, for grabbing the list of needed libraries for a shared object
or dynamic executable.

* Implement this new interface completely for ELF, leave stubs for COFF and
MachO.

* Add llvm-readobj tool for dumping ObjectFile information.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120229/4baa46b1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: obj.patch
Type: application/octet-stream
Size: 28895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120229/4baa46b1/attachment.obj>


More information about the llvm-commits mailing list