[PATCH] D150445: [LLD][ELF] Add missing program header parsing to OVERLAY
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 11:09:24 PDT 2023
peter.smith added inline comments.
================
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
----------------
MaskRay wrote:
> `.out.small` and `.text` lines can use `# CHECK-NEXT:`
Apologies missed this first time round (applied in follow up commit ca39168a7c1cb8299786d697baaafcda9cf23e60)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150445/new/
https://reviews.llvm.org/D150445
More information about the llvm-commits
mailing list