[PATCH] D92301: [LLD][ELF] - Don't keep empty output sections that are explicitly assigned to segment.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 04:23:21 PST 2020


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

LGTM. Probably worth waiting for another reviewer too though.



================
Comment at: lld/test/ELF/linkerscript/implicit-program-header.test:17
   ph_exec  PT_LOAD FLAGS(1);
+  pt_note  PT_NOTE;
 }
----------------



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

https://reviews.llvm.org/D92301



More information about the llvm-commits mailing list