[PATCH] D85430: [llvm-readobj] - Refine logic of the symbol table locating in printRelocationsHelper().
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 00:23:29 PDT 2020
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, with nit.
================
Comment at: llvm/test/tools/llvm-readobj/ELF/relr-relocs.test:198-201
+## and --relocations and -raw-relr options are requested.
+# RUN: llvm-readobj --relocations -raw-relr %t2.has.link | \
+# RUN: FileCheck -DFILE=%t2.has.link --check-prefix=RAW-LLVM2 %s
+# RUN: llvm-readelf --relocations -raw-relr %t2.has.link 2>&1 | \
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85430/new/
https://reviews.llvm.org/D85430
More information about the llvm-commits
mailing list