Flang: Add partial support on Windows

Add minimal changes needed to help Flang itself build on Windows using
CMake.  Additional work will be required for full support.

Issue: #17384
This commit is contained in:
Isuru Fernando 2017-10-23 19:36:23 -04:00 committed by Brad King
parent f86f3e21d0
commit b2c6c3574e

View File

@ -0,0 +1,2 @@
include(Platform/Windows-MSVC)
__windows_compiler_msvc(Fortran)