Skip to content
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

Closed
baerbock opened this issue Dec 14, 2018 · 6 comments
Closed

LLVM 8.0 #56831

baerbock opened this issue Dec 14, 2018 · 6 comments
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@baerbock
Copy link

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"

@mqudsi
Copy link
Contributor

mqudsi commented Dec 15, 2018

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.

@baerbock
Copy link
Author

@mqudsi Do I need Rust to compile Rust?

@mqudsi
Copy link
Contributor

mqudsi commented Dec 15, 2018

@Centril Centril added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Dec 15, 2018
@memoryruins
Copy link
Contributor

memoryruins commented Dec 15, 2018

Which OS and rustc version?

cc #56849 another issue in the last 24 hours with loading codegen backend, except that fails while looking for /lib64/libgcc_s.so.1. Does it error when running rustc -vV as well?

@nikic
Copy link
Contributor

nikic commented Jan 30, 2019

Can this issue be closed? It's not really clear to me what this is about at this point.

@memoryruins
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

No branches or pull requests

5 participants