[PATCH] D118490: [lld][ELF] add .note sections from linker scripts as SHT_NOTE

Luca Boccassi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 10:32:44 PST 2022


bluca added a comment.

In D118490#3280046 <https://reviews.llvm.org/D118490#3280046>, @MaskRay wrote:

> Not very comfortable with this. I think GNU ld has other rules in this area and I am not sure we want to follow them all.
> Can you file a feature request on https://sourceware.org/bugzilla/ to add a way to specify the output section type? https://sourceware.org/binutils/docs/ld/Output-Section-Type.html#Output-Section-Type

Or maybe I misunderstood - are you asking for a no-op to be added to bfd before this can be merged?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118490



More information about the llvm-commits mailing list