-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking with MSVC toolchain #75
base: release_60
Are you sure you want to change the base?
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.