Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flang: Implement MSVC runtime library abstraction | Brad King | 2019-08-09 | 1 | -0/+5 |
| | | | | | | | | | | In commit fb3370b6a1 (MSVC: Add abstraction for runtime library selection, 2019-04-10, v3.15.0-rc1~229^2) we overlooked updating flags for Flang on Windows. Add them now and update the MSVCRuntimeLibrary Fortran test to work with Flang. Base the flags on those we already use for the GNU-like Clang targeting the MSVC ABI. Fixes: #19583 | ||||
* | Flang: Add support for compiling sources on Windows | Isuru Fernando | 2017-10-31 | 1 | -0/+1 |
| | | | | Define `CMAKE_Fortran_COMPILE_OBJECT` for Flang on Windows. | ||||
* | Flang: Add partial support on Windows | Isuru Fernando | 2017-10-24 | 1 | -0/+2 |
Add minimal changes needed to help Flang itself build on Windows using CMake. Additional work will be required for full support. Issue: #17384 |