Skip to content

Add configure flag to build stage1 with landing pads. #28727

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
wants to merge 1 commit into from
Closed

Add configure flag to build stage1 with landing pads. #28727

wants to merge 1 commit into from

Conversation

solson
Copy link
Member

@solson solson commented Sep 29, 2015

This adds a new configure flag, --enable-stage1-landing-pads.

It allows the use of make check-stage1 which is broken when
-Z no-landing-pads is used to build stage1. The downside is that bootstrapping
will be slower with this flag is enabled, but some developers already manually do this to speed up their
testing cycle.

The default is to build with -Z no-landing-pads as before, so this commit has
no effect except when someone uses ./configure --enable-stage1-landing-pads.

This allows the use of `make check-stage1` which is broken when
`-Z no-landing-pads` is used to build stage1. The downside is that bootstrapping
will be slower, but some developers already manually do this to speed up their
testing cycle.

The default is to build with `-Z no-landing-pads` as before, so this commit has
no effect except when someone uses `./configure --enable-stage1-landing-pads`.
@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pcwalton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@solson
Copy link
Member Author

solson commented Sep 29, 2015

Dup of #28717

@solson solson closed this Sep 29, 2015
@solson solson deleted the configure-enable-stage0-landing-pads branch January 1, 2016 23:20
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

Successfully merging this pull request may close these issues.

3 participants