[PATCH] D97448: ELF: Create unique SHF_GNU_RETAIN sections for llvm.used global objects
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 13:02:49 PST 2021
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
This will mostly only affect users that are using the integrated assembler, or who are using `clang -fno-integrated-as -fbinutils-version=2.36+`. I think that means all the compatibility concerns about the new `R` section flag are addressed. Nice.
Looks good to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97448/new/
https://reviews.llvm.org/D97448
More information about the llvm-commits
mailing list