about summary refs log tree commit diff
path: root/compiler/rustc_llvm
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2025-09-19 09:16:26 -0700
committerDaniel Paoliello <danpao@microsoft.com>2025-09-19 12:00:30 -0700
commit4da59355fd88ba7d92b571c8b3a59c270e1aa7da (patch)
treea599b897b89e0d4a5f2a035cd07dc2cff85ddd9d /compiler/rustc_llvm
parent59043567a5cf12800e1457c36ad6a6b0fa02c6b6 (diff)
downloadrust-4da59355fd88ba7d92b571c8b3a59c270e1aa7da.tar.gz
rust-4da59355fd88ba7d92b571c8b3a59c270e1aa7da.zip
[win] Use find-msvc-tools instead of cc to find the linker and rc on Windows
Diffstat (limited to 'compiler/rustc_llvm')
-rw-r--r--compiler/rustc_llvm/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_llvm/Cargo.toml b/compiler/rustc_llvm/Cargo.toml
index 0dfd1b13df5..ad93c745381 100644
--- a/compiler/rustc_llvm/Cargo.toml
+++ b/compiler/rustc_llvm/Cargo.toml
@@ -10,8 +10,7 @@ libc = "0.2.73"
 
 [build-dependencies]
 # tidy-alphabetical-start
-# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
-# per crate", so if you change this, you need to also change it in `rustc_codegen_ssa` and `rustc_windows_rc`.
+# `cc` updates often break things, so we pin it here.
 cc = "=1.2.16"
 # tidy-alphabetical-end