-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
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
LLVM 8.0 #56831
Comments
You're misunderstanding the error. #50543 was about upgrading rust internally to use llvm 8, for various reasons. The rust you're using was built against llvm7, and you don't have it installed. |
@mqudsi Do I need Rust to compile Rust? |
Yes. Another option: https://www.gnu.org/software/guix/blog/2018/bootstrapping-rust/ |
Which OS and rustc version? cc #56849 another issue in the last 24 hours with loading codegen backend, except that fails while looking for |
Can this issue be closed? It's not really clear to me what this is about at this point. |
Currently there is not much information to go on, so it deems safe to close. If you continue to run into any issues, baerbock, feel free to let us know! |
Is there already a LLVM 8 tracking issue? Like #50543
Currently Rust doesn't like that
error: couldn't load codegen backend "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so": "libLLVM-7.so: cannot open shared object file: No such file or directory"
The text was updated successfully, but these errors were encountered: