about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-07-25 18:57:57 +0200
committerGitHub <noreply@github.com>2024-07-25 18:57:57 +0200
commitc96311bf8a172726e7772cc8a7ea7768f464705b (patch)
tree04dc05f2d86b2f5eb7d576b531ea174ab910df24 /compiler/rustc_codegen_llvm/src
parent155ba22f3cc7e2710cbac05eb2f844fbcc4dffd8 (diff)
parentc629bfc9e177a9f6380cb6bad166e51194c18887 (diff)
downloadrust-c96311bf8a172726e7772cc8a7ea7768f464705b.tar.gz
rust-c96311bf8a172726e7772cc8a7ea7768f464705b.zip
Rollup merge of #127999 - ChrisDenton:arm32, r=Amanieu
Inject arm32 shims into Windows metadata generation

I had been keen to eventually move to using windows-sys as a normal Cargo dependency. But for linking, compile times and other reasons that's unlikely to ever happen.

So if we're sticking with generated bindings then injecting any necessary missing type definitions (i.e. for the MS unsupported arm32) is simpler than defining whole functions ourselves just because we need to manually implement those types on a tier 3 platform. This also reduces the places we need to change when making changes to how we use `#[link]`.

r? libs
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions