[flang-commits] [clang] [flang] [flang] Implement -Wno-<warning> flags for driver diagnostics (PR #196354)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri May 8 09:12:01 PDT 2026


kparzysz wrote:

The problem is that we want to warn the user that some versions of OpenMP have incomplete implementations, but to still compile the code.  With -Werror, that warning would become an error and we would never proceed to the compilation.

If we downgraded the warning to a note, then there wouldn't be a way to turn it off, which is what the issue author requested.

I agree that this is unfortunate, I but I don't know of a better way to handle it.

https://github.com/llvm/llvm-project/pull/196354


More information about the flang-commits mailing list