Skip to content

Add support for Flang

Tin Huynh requested to merge tinlun123/_cmake:flang into master

Flang is a Fortran compiler built on top of Flang. https://github.com/flang-compiler/flang

Because Flang shares a lot of commonalities with Clang, a lot of Clang options are left in.

I am new to CMake so please let me know if I am missing anything. Thanks!

Merge request reports