]> granicus.if.org Git - llvm/commit
[llvm-readobj] Separate `Symbol Version` dumpers into `LLVM style` and `GNU style`
authorXing GUO <higuoxing@gmail.com>
Fri, 22 Mar 2019 15:42:13 +0000 (15:42 +0000)
committerXing GUO <higuoxing@gmail.com>
Fri, 22 Mar 2019 15:42:13 +0000 (15:42 +0000)
commit85f2850f159e098a923f9a90a8c4e354aaf89f42
tree3d1a9c80b1e6779c6ea126eb9712fdb9b7e4b088
parent6544903a2b74848b9beb168bce38b033e34937a0
[llvm-readobj] Separate `Symbol Version` dumpers into `LLVM style` and `GNU style`

Summary:
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.

Reviewers: grimar, jhenderson, mattd, rupprecht

Reviewed By: rupprecht

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D59186

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356764 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/elf-versioninfo.test
test/tools/yaml2obj/verdef-section.yaml
test/tools/yaml2obj/verneed-section.yaml
test/tools/yaml2obj/versym-section.yaml
tools/llvm-readobj/ELFDumper.cpp