[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
Tue Mar 12 04:42:59 PDT 2019


Higuoxing added a comment.

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

> Are you definitely going to implement a GNU style after this? Otherwise, you've removed any form of support from the GNU dumper, without replacing it with something.


Yes, I would like to implement these functions. But I'm afraid these functions make this patch too big. I would like to make these patches in series, so you could review them one by one.


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