-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add a USE flag to use system-wide LLVM #19
Comments
@omasanori that's cool news |
@omasanori, so it is possible that rust will need downstream patched llvm again? Is it possible to know now how probable is it? Because if it's quit probable there's no sense to deal with llvm unbundling now, until we are less or more sure that upstream llvm can be used for a near time. |
Probably we can use upstream LLVM. To make sure whether we could do so, ask core dev or use Git to check diff. |
One more problem with using system-wide LLVM, when it is used, this linking flag is added:
And if you have rust already installed you get this:
|
@jauhien maybe it is related to rust-lang/rust#13421 |
@omasanori, yes, exactly this. I see you pointed it before. Thanks. |
Solved, I will import it to the tree in a week. |
Great work! I'll test it tonight. 👍 |
dev-utils/racer: Remove vim and emacs plugins installation.
Finally rust-lang/rust#4259 is fixed, so we'll be able to use upstream LLVM. 😃
However, we can't use
sys-devel/llvm
right now because:--llvm-root
is not well-tested for now. (recently I found a bug, Build with --llvm-root=$DIR fails when Rust is already installed into $DIR rust-lang/rust#13421)Anyway, we need an issue to track the progress of that.
The text was updated successfully, but these errors were encountered: