[PATCH] D78306: [flang] Use LLVM's flags
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 18 13:00:57 PDT 2020
mehdi_amini added a comment.
In D78306#2042318 <https://reviews.llvm.org/D78306#2042318>, @isuruf wrote:
> @mehdi_amini, I'm sorry, what issue is this?
Different compilers have different set of warnings: enabling Werror by default means it increases the likelihood that the build will just fails for a user that has a compiler version (+stdlib) you're not testing against continuously. This isn't a good experience to offer as a *default* settings.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78306/new/
https://reviews.llvm.org/D78306
More information about the llvm-commits
mailing list