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
When I use clang-cl it tries to link the exe with link.exe by default, which fails.
Instead I need to tell it to use lld with -fuse-ld=lld. Shouldn't it use lld by default when cross-compiling on Linux or similar systems?