[PATCH] D58280: [yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 09:20:51 PST 2019


jhenderson added inline comments.


================
Comment at: test/tools/obj2yaml/versym-section.yaml:18
+# CHECK-NEXT:     Address:         0x0000000000200210
+# CHECK-NEXT:     Link:            .dynsym
+# CHECK-NEXT:     AddressAlign:    0x0000000000000002
----------------
Should this have a link field? As far as I can see, the field is not specified in the specification.


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

https://reviews.llvm.org/D58280





More information about the llvm-commits mailing list