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

[beta] Backport #62615 #62793

Merged
merged 1 commit into from
Jul 23, 2019
Merged

[beta] Backport #62615 #62793

merged 1 commit into from
Jul 23, 2019

Commits on Jul 19, 2019

  1. Only error about MSVC + PGO + unwind if we're generating code

    When `rustc` is invoked with the `--print` argument, we don't actually
    generate any code (unless it's the `native-static-libs` option). So we
    don't need to error our in this case since there's no risk of generating
    either LLVM assertions or corrupted binaries.
    wesleywiser committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    d380987 View commit details
    Browse the repository at this point in the history