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
Auto merge of #140977 - dpaoliello:dash, r=jieyouxu
[win] Use a dash instead of slash for linker to avoid breaking lld
#140758 added the `/arm64hazardfree` linker arg for aarch64-pc-windows-msvc, unfortunately this breaks linking with `lld` as it 1) doesn't understand the arguments and 2) assumes that unknown args that start with `/` are input files.
Fix is to use a dash for the arg: `-arm64hazardfree`
r? `@wesleywiser`
0 commit comments