mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
027db5d036
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.