[PATCH] D38436: [llvm-objcopy] Fix major layout bugs in llvm-objcopy

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 01:42:04 PDT 2017


jhenderson added inline comments.


================
Comment at: test/tools/llvm-objcopy/segment-shift.test:44
+# CHECK-NEXT:    Offset: 0x1000
+# CHECK-NEXT:    VirtualAddress: 0x0
+# CHECK-NEXT:    PhysicalAddress: 0x0
----------------
Actually, the same goes for this segment too - the address looks wrong.


Repository:
  rL LLVM

https://reviews.llvm.org/D38436





More information about the llvm-commits mailing list