[PATCH] D87613: [llvm-readelf/obj] - Print section symbol names properly when dumping relocations.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 00:28:44 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/relocation-errors.test:81
         Type:   R_X86_64_NONE
-## Case 5: Test a relocation in a section that is linked to a symbol table that
+## Case 5: Test a relocation against a unnamed section symbol with a section with an invalid
+##         sh_name offset that goes past the end of the section name string table.
----------------



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

https://reviews.llvm.org/D87613



More information about the llvm-commits mailing list