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

Add --keep-stage-std to x.py for keeping only standard library artifacts #77120

Merged
merged 3 commits into from
Sep 25, 2020

Commits on Sep 23, 2020

  1. Add keep-stage-std to x.py

    This keeps only the `std` artifacts compiled by the given stage, not the
    compiler. This is useful when working on the latter stages of the
    compiler in tandem with the standard library, since you don't have to
    rebuild the *entire* compiler when the standard library changes.
    ecstatic-morse committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bcbd2cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ddaed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16769eb View commit details
    Browse the repository at this point in the history