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

Always ask rustc for messages about artifacts, and always process them #10255

Merged
merged 1 commit into from
Jan 5, 2022

Commits on Jan 4, 2022

  1. Always ask rustc for messages about artifacts, and always process them

    Rather than attempt to determine which compilations require metadata and
    only ask rustc to emit messages about artifacts for those compilations,
    just unconditionally generate and process such messages for all
    compilations.
    
    In addition to simplifying code, this also gives us that information for
    timing purposes as well, even when not pipelining.
    joshtriplett committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    71d25f6 View commit details
    Browse the repository at this point in the history