[PATCH] D103303: [ELF] Add --overwrite-section-script

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 4 03:39:24 PDT 2021


peter.smith added a comment.

Thanks for the updates.

One idea that might work better for the linker script fragment is to use a new keyword. For example instead of using --overwrite-section-script and SECTIONS. Use a new keyword like OVERWRITE_SECTIONS this could essentially be mixed in with any other linker script without needing --overwrite-section-script.


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