mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

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.