https://github.com/Kitware/CMake
Revision ea0294c281b27b4aff968d94dda98989b0f16e39 authored by Brad King on 09 August 2019, 13:55:05 UTC, committed by Brad King on 09 August 2019, 14:18:54 UTC
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
1 parent 40bbe50
Raw File
Tip revision: ea0294c281b27b4aff968d94dda98989b0f16e39 authored by Brad King on 09 August 2019, 13:55:05 UTC
Flang: Implement MSVC runtime library abstraction
Tip revision: ea0294c
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing

# Visual Studio work directory
.vs/

# Visual Studio Code
.vscode/
back to top