[PATCH] D90108: [MC] Error for .weak/.globl/.local which change the symbol binding
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 12:22:16 PDT 2020
nickdesaulniers added a comment.
In D90108#2357336 <https://reviews.llvm.org/D90108#2357336>, @MaskRay wrote:
> We can surely loose it if it turns out to be a wide spreading problem.
The hard part is that regressions tend to get reported AFTER the release when it's too late to fix them. Maybe a warning for one release, then upgrade to hard error next release gives users more time to find and fix errors, and doesn't result in an unusable release version for anyone?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90108/new/
https://reviews.llvm.org/D90108
More information about the llvm-commits
mailing list