about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-09 16:41:52 +0100
committerGitHub <noreply@github.com>2025-03-09 16:41:52 +0100
commit980a5291647080ee3326baf64a2e016702518665 (patch)
treed2326f06f186da777e17b54628aef834def8d0f3 /compiler/rustc_codegen_llvm/src/errors.rs
parent2460fc68b9d307ccb5eefe1e70cc83055fe5b927 (diff)
parent31e22c60b34b4e262e327b8dc448281f0fea9e9d (diff)
downloadrust-980a5291647080ee3326baf64a2e016702518665.tar.gz
rust-980a5291647080ee3326baf64a2e016702518665.zip
Rollup merge of #138233 - smmalis37:no-advapi32, r=ChrisDenton
Windows: Don't link std (and run-make) against advapi32, except on win7

Std no longer depends on any functionality provided by advapi32, so we can remove it from the list of external libraries we link against. Except, the win7 targets do still rely on advapi32-provided functionality. This PR therefore moves linking against it to only occur on win7 targets, so that no new uses of it slip in without being noticed.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions