rust/compiler/rustc_llvm
Matthias Krüger 8f11c4dadb
Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiser
[win] Use find-msvc-tools instead of cc to find the linker and rc on Windows

`find-msvc-tools` was factored out from `cc` to allow updating the use in `rustc_codegen_ssa` (finding the linker when running the Rust compiler) and `rustc_windows_rc` (finding the Windows Resource Compiler when running the Rust compiler) to be separate from the use in `rustc_llvm` (building LLVM as part of building the Rust compiler).
2025-09-23 18:13:53 +02:00
..
llvm-wrapper emit attribute for readonly non-pure inline assembly 2025-09-21 21:16:06 +02: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