[PATCH] D91152: [obj2yaml] - Dump section offsets in some cases.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 01:18:55 PST 2020


jhenderson added inline comments.


================
Comment at: llvm/test/Object/obj2yaml.test:365
 # ELF-MIPSEL-NEXT:     AddressAlign:    0x0000000000000004
+# ELF-MIPSEL-NEXT:     Offset:          0x0000000000000434
 # ELF-MIPSEL-NEXT:     Info:            .text
----------------
Just trying to understand why this and the .data Offsets are needed explicitly here, when they weren't prior to this patch?


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

https://reviews.llvm.org/D91152



More information about the llvm-commits mailing list