[PATCH] D96914: [ELF] Add -z start-stop-gc to let __start_/__stop_ not retain C identifier name sections
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 2 20:13:53 PDT 2021
jrtc27 added a comment.
And, of course, all of this completely neglects the fact that it ends up entirely breaking static linking entirely, where the .a has no control over whether it gets linked correctly or not. It is now impossible to reliably use linker sets in a static library.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96914/new/
https://reviews.llvm.org/D96914
More information about the llvm-commits
mailing list