Flang Binary Release 2019-03-29
Flang is a Fortran compiler targeting LLVM.
The source is at http://github.com/flang-compiler/. There are 4 repositories:
- llvm: The version of LLVM that we use to build Flang.
- flang-driver: A Clang fork used as the basis of the Flang driver.
- openmp: The version of OpenMP we use to buidl flang.
- flang: The Flang comp...