[PATCH] D144471: [ELF] Prohibit icf=safe warning from being fatal
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 04:18:40 PST 2023
melver added a comment.
I just discovered that removing .llvm_addrsig (seen that done elsewhere, too) also resolves the issue.
I suppose that solves my immediate issue, but I wonder:
1. Should we update the warning to suggest that?
2. Still make the warning never-fatal?
Because I can't be the only one that has encountered this issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144471/new/
https://reviews.llvm.org/D144471
More information about the llvm-commits
mailing list