[PATCH] D59186: [llvm-readobj] Separate `Symbol Version` dumpers into `LLVM style` and `GNU style`

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 10 00:54:47 PST 2019


Higuoxing created this revision.
Higuoxing added reviewers: grimar, jhenderson, mattd, rupprecht.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Currently, llvm-readobj can dump symbol version sections only in LLVM style. In this patch, I would like to separate these dumpers into GNU style and 
LLVM style for future implementation.


Repository:
  rL LLVM

https://reviews.llvm.org/D59186

Files:
  test/tools/yaml2obj/verdef-section.yaml
  test/tools/yaml2obj/verneed-section.yaml
  test/tools/yaml2obj/versym-section.yaml
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59186.190005.patch
Type: text/x-patch
Size: 16587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190310/7d84ad8b/attachment.bin>


More information about the llvm-commits mailing list