[PATCH] D118491: [lld][ELF] support READONLY in linker script section
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 14:48:13 PST 2022
MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.
> bfd recently added a READONLY attribute for sections, as they are created writable by default.
I think saying it writable is incorrect (see https://sourceware.org/bugzilla/show_bug.cgi?id=26378). See https://sourceware.org/pipermail/binutils/2021-May/116579.html
I mentioned that `READONLY` is not needed but it seems that my comment has been ignored.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118491/new/
https://reviews.llvm.org/D118491
More information about the llvm-commits
mailing list