[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
Wed May 13 06:54:00 PDT 2026
kparzysz wrote:
With the latest commit driver warnings are kept as errors with -Werror. This will prevent compilation if the driver emits a warning about an incomplete implementation of an OpenMP spec (or about using an unfinalized spec), but those can be turned off with -Wno-experimental-option.
https://github.com/llvm/llvm-project/pull/196354
More information about the flang-commits
mailing list