flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
230 stars 48 forks source link

Support Windows build compilers to match LLVM as closely as possible. #971

Open RichBarton-Arm opened 4 years ago

RichBarton-Arm commented 4 years ago

LLVM supports being built on Windows - see https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library

We need to try and claim the same support, including for the compilers - C++17 requirements notwithstanding.

isuruf commented 4 years ago

List of related issues and PRs