mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
59866ef305
Use `LLVMDisposeTargetMachine` After bumping the minimum LLVM version to 20 (rust-lang/rust#145071), we no longer need to run any custom code when disposing of a TargetMachine, so we can just use the upstream LLVM-C function.