[PATCH] D103303: [ELF] Add OVERWRITE_SECTIONS command

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 01:35:44 PDT 2021


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

LGTM thanks. One tiny typo spotted in a comment in the test.



================
Comment at: lld/test/ELF/linkerscript/overwrite-sections.test:81
+## OVERWRITE_SECTIONS describes a section used as an anchor of an insert command.
+## Place .foo.data as an orphan than insert .foo.text after .foo.data.
+# RUN: ld.lld %t/insert.lds %t/overwrite3.lds %t/a.o -o %t5
----------------
typo "than -> then"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103303



More information about the llvm-commits mailing list