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

Replace per-target ABI denylist with an allowlist #86231

Merged
merged 1 commit into from
Jul 6, 2021

Commits on Jul 6, 2021

  1. Replace per-target ABI denylist with an allowlist

    It makes very little sense to maintain denylists of ABIs when, as far as
    non-generic ABIs are concerned, targets usually only support a small
    subset of the available ABIs.
    
    This has historically been a cause of bugs such as us allowing use of
    the platform-specific ABIs on x86 targets – these in turn would cause
    LLVM errors or assertions to fire.
    
    Fixes rust-lang#57182
    
    Sponsored by: standard.ai
    nagisa committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8240e7a View commit details
    Browse the repository at this point in the history