[PATCH] D13824: [llvm-readobj] Teach ELFDumper about symbol versioning

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 12:14:43 PDT 2015


davide created this revision.
davide added reviewers: rafael, echristo.
davide added a subscriber: llvm-commits.

This is needed by lld. In particular, almost each --version-script test will use this feature.
I think the code can be polished a little bit, maybe other info can be dumped, but I think this is enough to make progress.
I would appreciate if you can take a look.

http://reviews.llvm.org/D13824

Files:
  test/tools/llvm-readobj/elf-versioninfo.test
  tools/llvm-readobj/ELFDumper.cpp
  tools/llvm-readobj/ObjDumper.h
  tools/llvm-readobj/llvm-readobj.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13824.37624.patch
Type: text/x-patch
Size: 8292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151016/14b406f6/attachment.bin>


More information about the llvm-commits mailing list