Skip to content
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

rustbuild: compiler-rt builds can be cached between stages #39507

Closed
petrochenkov opened this issue Feb 3, 2017 · 1 comment
Closed

rustbuild: compiler-rt builds can be cached between stages #39507

petrochenkov opened this issue Feb 3, 2017 · 1 comment
Labels
T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@petrochenkov
Copy link
Contributor

petrochenkov commented Feb 3, 2017

compiler-rt is C code and we don't bootstrap a C compiler, so it can be built once in the same way as libbacktrace and jemalloc.

This issue may be obsoleted by "rewrite compiler-rt in Rust" project.

@alexcrichton alexcrichton added the T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) label Feb 3, 2017
@petrochenkov
Copy link
Contributor Author

This issue applies to sanitizer crates as well (librustc_asan, librustc_lsan, librustc_msan, librustc_tsan).

frewsxcv added a commit to frewsxcv/rust that referenced this issue Mar 3, 2017
bors added a commit that referenced this issue Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

No branches or pull requests

2 participants