[PATCH] D59186: [llvm-readobj] Separate `Symbol Version` dumpers into `LLVM style` and `GNU style`
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 11:32:27 PDT 2019
rupprecht added inline comments.
================
Comment at: test/tools/yaml2obj/verdef-section.yaml:2
# RUN: yaml2obj %s -o %t
-# RUN: llvm-readelf -V %t | FileCheck %s
+# RUN: llvm-readobj -V %t | FileCheck %s
----------------
These tests should -- temporarily -- run both llvm-readobj+llvm-readelf and verify it's the same (or at least the version sections match)
(i.e. you probably can't cmp the whole thing like other tests do, but the same filecheck should work)
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