[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
Wed Mar 20 05:34:25 PDT 2019


Higuoxing added a comment.

In D59186#1436196 <https://reviews.llvm.org/D59186#1436196>, @jhenderson wrote:

> What's the relation between this patch and D59545 <https://reviews.llvm.org/D59545>?


I want to implement dumpers for these sections. In `.gnu.version`, we should print the version name of a versioning symbol, so I need a helper function to find the version name by its `vs_index`.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59186/new/

https://reviews.llvm.org/D59186





More information about the llvm-commits mailing list