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
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>VC\Tools\MSVC\14.29.30133\bin\Hostx86\x64\cl.exe
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30137 for x64
Copyright (C) Microsoft Corporation. All rights reserved.]
Microsoft Windows [Version 10.0.19045.4529]
PS C:\Users\anakh\dev\rustc_codegen_cranelift> git log -n 1
commit e97cebb2b121038d5255257993b936c909f5cc05 (HEAD -> master, tag: dev, origin/master, origin/HEAD)
Author: bjorn3 <[email protected]>
Date: Fri Jun 28 11:21:42 2024 +0000
Use dyn Module instead of impl Module where possible
When trying to build rustc_codegen_cranelift (master branch) itself
What's strange to me is that I am compiling cg_clif with LLVM , while @chamons was compiling some third program using a precompiled cg_clif build. The only commonalities are Windows and LLD, and tangentially this project.
But I've not looked into what the build process for cg_clif itself involves; is building cg_clif independent of running cg_clif, or does it involve compiling anything with cg_clif (in which case I am also compiling with cg_clif)?
Setup:
When trying to build
rustc_codegen_cranelift
(master branch) itselfI get the error:
(Open for full log)
However, I had this in my global
.cargo/config.toml
:However, commenting out the rust-lld line so that it defaults to the default linker, I was able to build rustc_codegen_cranelift successfully.
Just wondering if this is an issue with the build for rustc_codegen_cranelift, or rust-lld, or MSVC, or my particular setup, or...
Also of note, the error seems almost identical to the one encountered in this issue (though usage is completely different)
#1480
The text was updated successfully, but these errors were encountered: