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

Fixes for LLVM change 0f45c16f2caa7c035e5c3edd40af9e0d51ad6ba7 #88289

Merged
merged 1 commit into from
Aug 27, 2021

Commits on Aug 26, 2021

  1. RustWrapper: adapt to LLVM change 0f45c16

    The above-mentioned commit (part of the LLVM 14 development cycle)
    removes a method that rustc uses somewhat extensively. We mostly switch
    to lower-level methods that exist in all versions of LLVM we use, so no
    new ifdef logic is required in most cases.
    durin42 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    027db5d View commit details
    Browse the repository at this point in the history