about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2024-04-18 21:38:56 -0700
committerGitHub <noreply@github.com>2024-04-18 21:38:56 -0700
commit55c35dd22ecc072410799927fb4d5ad168bbdd96 (patch)
tree793b2d3d72ba78cb18965a34ab1086968cb6cb4a /compiler/rustc_codegen_llvm/src
parent2b94e027370f21267d27ed431c8cfc7d2804257f (diff)
parent5b024d6550c5c43848386df52f455da13ca79dea (diff)
downloadrust-55c35dd22ecc072410799927fb4d5ad168bbdd96.tar.gz
rust-55c35dd22ecc072410799927fb4d5ad168bbdd96.zip
Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet
Use raw-dylib for Windows synchronization functions

Fixes #123999 by using the raw-dylib feature to specify the DLL to load the Windows futex functions from (e.g. [`WaitOnAddress`](https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-waitonaddress)). This avoids reliance on the import library causing that issue.

With apologies to ``@bjorn3,`` as it's currently necessary to revert this for cranelift.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions