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
edwin0cheng
changed the title
Build fail with new LLD linker in windows (linker-arguments: invalid argument)
Bin-Crate Build fail with new LLD linker in windows (linker-arguments: invalid argument)
Mar 12, 2018
edwin0cheng
changed the title
Bin-Crate Build fail with new LLD linker in windows (linker-arguments: invalid argument)
Bin-crate build fail with new LLD linker in windows (linker-arguments: invalid argument)
Mar 12, 2018
Thanks for the report! Turns out while linkers like link.exe accept arguments of the form @file LLD does not! We should probably disable this logic and this conditional on Windows
…aelwoerister
rustc: Don't invoke `lld` with an `@`-file
Looks like LLD doesn't support this yet, so always try to use the OS before we
fall back to using `@`
cc rust-lang#48948
We just try to update to the new nightly compiler to build my project.
but it fail to build in my Windows machine (it is working in nightly-2018-02-28), and the error message is following:
And then i tested in my mac machine, it works. It seem to be Windows only problem ?
The text was updated successfully, but these errors were encountered: