rust/compiler/rustc_llvm
Stuart Cook c33f0b373b
Rollup merge of #147446 - durin42:llvm-22-lookupTarget-deprecation, r=Zalathar
PassWrapper: use non-deprecated lookupTarget method

This avoids an extra trip through a triple string by directly passing the Triple, and has been available since LLVM 21. The string overload was deprecated today and throws an error on our CI for HEAD due to -Werror paranoia, so we may as well clean this up now and also skip the conversion on LLVM 21 since we can.

`@rustbot` label llvm-main
2025-10-09 21:29:04 +11:00
..
llvm-wrapper Rollup merge of #147446 - durin42:llvm-22-lookupTarget-deprecation, r=Zalathar 2025-10-09 21:29:04 +11:00
src remove outdated jsbackend leftovers 2025-09-12 12:03:09 +03:00
build.rs remove outdated jsbackend leftovers 2025-09-12 12:03:09 +03:00
Cargo.toml [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows 2025-09-19 12:00:30 -07:00