-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Build with extern llvm fails #14729
Comments
This probably indicates that the copy of LLVM you installed did not have arm support built in. When building LLVM in-tree we configure ARM/x86/MIPS platforms simultaneously, which system LLVM distributions are not guaranteed to provide. |
How can I disable not relevant playforms in rust configure? |
Ok, I've found line 228 in mk/main.mk Could disabling of these platforms be somehow added to configure? |
As I think you discovered in #14732, I suspect that disabling certain archs will require some finesse not only in the configure but also in the code itself. It's certainly all doable, however! I'd be fine with support being added. |
Triage: is this still relevant today? |
@steveklabnik: I'm trying to build Rust 1.7.0 on Gentoo with the system LLVM which happens to be 3.7.1. This issue is not occurring but its failing for another reason. |
Hello everyone, I just build rust 1.10.0 on Gentoo with llvm-3.8.0-r3(-multitarget), without errors. BTW, currently build rust with clang on Gentoo has another bug (already on gentoo bug tracker). |
Yes. I've got support in Gentoo for Rust building against the Gentoo provided LLVM for some time now. This issue can be closed. |
Yay! |
…albasi Sort rust dependencies in vscode tree view Sorts alphabetically based on dependency name. Fixes rust-lang#14729
I have this issue:
I have the last llvm from the live ebuild on Gentoo installed (it means I have compiled the last version from llvm upstream git).
I try to compile rust using this llvm with commands
And I have this error:
What can be the reason for this? Is this something bad with rust or with my setup?
I'm trying to compile the version of rust from the commit 8e9e484
The text was updated successfully, but these errors were encountered: