You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support: allow building with non-C/C++ language linkers
When building with Swift as the linker language, CMake will use the
Swift driver to perform the link oepration. The flags here are not
marked to be interpreted by the linker as the default behaviour with
MSVC is to use `link` directly rather than through a linker driver.
For simplicity's sake and as an immediate solution to these flags being
passed to the driver, avoid the delay load with Swift. A more
comprehensive solution would be to pass these flags via `-Xlinker` when
building with Swift.
0 commit comments