[PATCH] D59186: [llvm-readobj] Separate `Symbol Version` dumpers into `LLVM style` and `GNU style`
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 03:26:07 PDT 2019
jhenderson added a comment.
I'm happy with this, once my suggestions have been fixed.
================
Comment at: test/tools/llvm-readobj/elf-versioninfo.test:83
+
+
+RUN: llvm-readobj -V %p/Inputs/verneed.elf-x86-64 | FileCheck %s --check-prefix=LLVM_VERNEED
----------------
Nit: extra blank line.
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