Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flang: Remove unsupported fbounds-check flag | Christian Pfeiffer | 2017-10-19 | 1 | -2/+0 |
| | | | | | The Flang compiler neither supports nor documents -fbounds-check leading to -Wunused-command-line-argument warnings with the default Debug flags. | ||||
* | Flang: Add support for flang Fortran compiler | Tin Huynh | 2017-08-31 | 1 | -0/+12 |
flang is a Fortran compiler built on top of clang [1]. Because flang shares a lot of commonalities with clang, the flang module piggybacks off the clang module and overrides certain options. Add flang to Fortran compiler auto find list. Update flang preprocessor macros to differentiate from PGI. Add Flang-FindBinUtils. [1] https://github.com/flang-compiler/flang |