mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 18:47:22 +00:00
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.