summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Flang-FindBinUtils.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Flang: Add support for flang Fortran compilerTin Huynh2017-08-311-0/+1
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