[PATCH] D150445: [LLD][ELF] Add missing program header parsing to OVERLAY

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 20:35:49 PDT 2023


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Looks great!



================
Comment at: lld/test/ELF/linkerscript/overlay-phdr.test:26
+# CHECK: .out.big   PROGBITS 0000000000001000 001000 000008
+# CHECK: .out.small PROGBITS 0000000000001000 002000 000004
+# CHECK: .text      PROGBITS 0000000000001008 002008 000001
----------------
`.out.small` and `.text` lines can use `# CHECK-NEXT:`


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

https://reviews.llvm.org/D150445



More information about the llvm-commits mailing list