[PATCH] D96914: [ELF] Add -z start-stop-gc to let __start_/__stop_ not retain C identifier name sections
Harald van Dijk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 12:07:54 PST 2021
hvdijk added a comment.
In D96914#3128137 <https://reviews.llvm.org/D96914#3128137>, @jrtc27 wrote:
> What the warning suggests as a fix is entirely TBD; can suggest any and all of source, codegen and linker flag changes
I meant that implementing what you proposed would result in a warning in cases where my thinking is there should be no warning at all, so was hoping would be a way of detecting those cases and suppressing the warning for those cases. I wasn't thinking about what the warning would say.
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