We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ make ... compile: x86_64-pc-windows-gnu/rustllvm/ArchiveWrapper.o link: x86_64-pc-windows-gnu/rt/rustllvm.lib rustc: x86_64-pc-windows-gnu/stage0/bin/rustlib/x86_64-pc-windows-gnu/lib/librustc_llvm C:/Users/Nick/GitHub/rust/x86_64-pc-windows-gnu/rt/llvmdeps.rs:78:38: 78:54 error: #[link(name = "")] given with empty name C:/Users/Nick/GitHub/rust/x86_64-pc-windows-gnu/rt/llvmdeps.rs:78 #[cfg_attr(not(target_env = "msvc"), link(name = ""))] ^~~~~~~~~~~~~~~~ note: in expansion of include! src/librustc_llvm/lib.rs:2336:5: 2336:47 note: expansion site error: aborting due to previous error /c/Users/Nick/GitHub/rust/mk/target.mk:164: recipe for target 'x86_64-pc-windows-gnu/stage0/bin/rustlib/x86_64-pc-windows-gnu/lib/stamp.rustc_llvm' failed make: *** [x86_64-pc-windows-gnu/stage0/bin/rustlib/x86_64-pc-windows-gnu/lib/stamp.rustc_llvm] Error 101
I suspect this commit (here's the PR, too) might be to blame, but I don't know enough about it to be sure.
The text was updated successfully, but these errors were encountered:
Thanks for the report! If you delete the file in question the build should be able to progress as normal, however.
Sorry, something went wrong.
Right you are! Much appreciated.
No branches or pull requests
I suspect this commit (here's the PR, too) might be to blame, but I don't know enough about it to be sure.
The text was updated successfully, but these errors were encountered: