Skip to content

Reusing a built LLVM (e.g with git worktrees) #276

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
dwijnand opened this issue Jan 29, 2019 · 3 comments
Closed

Reusing a built LLVM (e.g with git worktrees) #276

dwijnand opened this issue Jan 29, 2019 · 3 comments

Comments

@dwijnand
Copy link
Member

Creating a new git worktree (or full clone) of Rust requires rebuilding LLVM, which takes "forever".

Should the guide include tips on how to mitigate this? What are established rustc hackers doing to avoid this overhead?

@mark-i-m
Copy link
Member

cc #71

@mark-i-m
Copy link
Member

Personally, I've been just rebuilding LLVM... it's a pain, but it only happens the first time I create the worktree...

@phansch
Copy link
Member

phansch commented May 3, 2020

I think this issue can be closed as it's documented here now: https://rustc-dev-guide.rust-lang.org/building/suggested.html?highlight=llvm#building-with-system-llvm

@mark-i-m mark-i-m closed this as completed May 3, 2020
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