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

rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 #88981

Merged
merged 1 commit into from
Sep 21, 2021

Commits on Sep 20, 2021

  1. rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14

    This fixes compiling things like the `snap` crate after
    https://reviews.llvm.org/D105462. I added a test that verifies the
    additional attribute gets specified, and confirmed that I can build
    cargo with both LLVM 13 and 14 with this change applied.
    durin42 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4185b76 View commit details
    Browse the repository at this point in the history