brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · 2ccf547 Raw
52 lines · plain
1<!-- If you want to modify sections/contents permanently, you should modify both2ReleaseNotes.md and ReleaseNotesTemplate.txt. -->3 4# Flang |version| (In-Progress) Release Notes5 6> **warning**7>8> These are in-progress notes for the upcoming LLVM |version| release.9> Release notes for previous releases can be found on [the Download10> Page](https://releases.llvm.org/download.html).11 12## Introduction13 14This document contains the release notes for the Flang Fortran frontend,15part of the LLVM Compiler Infrastructure, release |version|. Here we16describe the status of Flang in some detail, including major17improvements from the previous release and new feature work. For the18general LLVM release notes, see [the LLVM19documentation](https://llvm.org/docs/ReleaseNotes.html). All LLVM20releases may be downloaded from the [LLVM releases web21site](https://llvm.org/releases/).22 23Note that if you are reading this file from a Git checkout, this24document applies to the *next* release, not the current one. To see the25release notes for a specific release, please see the [releases26page](https://llvm.org/releases/).27 28## Major New Features29 30## Bug Fixes31 32## Non-comprehensive list of changes in this release33 34## New Compiler Flags35 36## Windows Support37 38## Fortran Language Changes in Flang39 40## Build System Changes41 42## New Issues Found43 44## Additional Information45 46Flang's documentation is located in the `flang/docs/` directory in the47LLVM monorepo.48 49If you have any questions or comments about Flang, please feel free to50contact us on the [Discourse51forums](https://discourse.llvm.org/c/subprojects/flang/33).52