Linking with MSVC toolchain#75
Conversation
|
This is a rebased PR of flang-compiler/clang#37 by @albertziegenhagel |
|
This is not enough for building Fortran projects using cmake. In UNIX, cmake would compile a test file and inspect the executable to get the fortran runtime libraries to link to. In Windows, this is more complicated and You can see this by doing, How would you want to do this? In an old PR, what I did was pass them to |
|
See also the discussion at https://gitlab.kitware.com/cmake/cmake/issues/17384#note_337478 |
|
Depends on flang-compiler/flang#729 |
No description provided.