Skip to content

Build continually runs make on LLVM #1225

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
brson opened this issue Nov 28, 2011 · 1 comment
Closed

Build continually runs make on LLVM #1225

brson opened this issue Nov 28, 2011 · 1 comment
Assignees

Comments

@brson
Copy link
Contributor

brson commented Nov 28, 2011

After doing work on LLVM, the build dependencies get confused and everytime Rust's make is run, it also runs make on LLVM, even when there's nothing to do.

This is probably because our rules for building LLVM are not very exact - we use llvm-config as our target, which is just a script so probably doesn't always get updated when building LLVM. Running touch on llvm-config would probably fix this.

@ghost ghost assigned brson Nov 28, 2011
@brson
Copy link
Contributor Author

brson commented Dec 13, 2011

21cf9c8

@brson brson closed this as completed Dec 13, 2011
bjorn3 added a commit to bjorn3/rust that referenced this issue May 15, 2022
Use -Zcodegen-backend instead of a custom rustc driver
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
* Remove MemReplace hook

* Add better mem::replace() test
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

1 participant