Skip to content

Reuse installed LLVM during rust compilation #71119

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

Closed
dilyanpalauzov opened this issue Apr 14, 2020 · 2 comments
Closed

Reuse installed LLVM during rust compilation #71119

dilyanpalauzov opened this issue Apr 14, 2020 · 2 comments

Comments

@dilyanpalauzov
Copy link

I download https://static.rust-lang.org/dist/rustc-1.42.0-src.tar.gz and then I want to build rustc. Since I have LLVM on my system, I want to use it, rather than compiling a separate LLVM during the rust build process.

I find no documentation describing how to reuse my installed LLVM for rust.

@jonas-schievink
Copy link
Contributor

Both ./configure and config.toml document the options you need to set

@csmoe
Copy link
Member

csmoe commented Apr 14, 2020

./configure --help, check out --llvm-root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants