forked from OSchip/llvm-project
[flang] Update the release notes
Document changes introduced in https://reviews.llvm.org/D126164. Differential Revision: https://reviews.llvm.org/D128413
This commit is contained in:
parent
12c7352fa4
commit
88c4a4a6be
|
@ -30,6 +30,13 @@ page](https://llvm.org/releases/).
|
||||||
* The bash wrapper script, `flang`, is renamed as `flang-to-external-fc`.
|
* The bash wrapper script, `flang`, is renamed as `flang-to-external-fc`.
|
||||||
|
|
||||||
## New Compiler Flags
|
## New Compiler Flags
|
||||||
|
* Refined how `-f{no-}color-diagnostics` is treated to better align with Clang.
|
||||||
|
In particular, both `-fcolor-diagnostics` and `-fno-color-diagnostics` are
|
||||||
|
now available in `flang-new` (the diagnostics are formatted by default). In
|
||||||
|
the frontend driver, `flang-new -fc1`, only `-fcolor-diagnostics` is
|
||||||
|
available (by default, the diagnostics are not formatted). Note that this
|
||||||
|
will only affect the diagnostics printed by driver (scanning, parsing and
|
||||||
|
semantic diagnostics are not affected).
|
||||||
|
|
||||||
## Windows Support
|
## Windows Support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue