[PATCH] D78304: [yaml2obj] - Program headers: introduce the `POffset` and add an additional check for `Offset`

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 01:03:06 PDT 2020


grimar marked an inline comment as done.
grimar added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/ELF/preserve-segment-contents.test:348
+    VAddr:   0x2308
+    POffset: 0x2308
 
----------------
I think for empty segments we can allow any "Offset". Then similar changes will go away.


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

https://reviews.llvm.org/D78304





More information about the llvm-commits mailing list