Skip to content

Flang: Implement MSVC runtime library abstraction

Brad King requested to merge brad.king/cmake:msvc-runtime-library-flang into master

In !3211 (merged) 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 (closed)

Merge request reports