[PATCH] D60614: [llvm-readelf] Fix dumping of SHN_XINDEX symbols

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 08:48:59 PDT 2019


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, with nit. Might want to get @MaskRay to give thumbs up on the macro stuff, but it's probably fine.



================
Comment at: test/tools/llvm-readobj/many-sections2.s:1
+# Tests that symbols which section index is SHN_XINDEX are displayed
+# correctly. They should not be treated as processor/OS specific or
----------------
which -> whose


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

https://reviews.llvm.org/D60614





More information about the llvm-commits mailing list