-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-windows-gnullvmTarget: *-windows-gnullvmTarget: *-windows-gnullvmneeds-triageThis issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.
Description
The newly introduced host tools for {aarch64,x86_64}-pc-windows-gnullvm triples are missing the libunwind.dll library next to all the executables:


Steps to reproduce:
- Download rustup-init.exe (this happens with both native Arm64 and emulated X64 toolchains)
- Install the latest Nightly {aarch64,x86_64}-pc-windows-gnullvm toolchain
- Rustup-init tries to run Rustc.exe and fails (see the screenshots), but also running anything like Cargo.exe or Rust-lld.exe (double-clicking in the Explorer) doesn't work
How I fixed it:
Copied over libunwind.dll from LLVM 20.1.8 to the toolchain/bin directory. Didn't try with tools that are not in the bin directory (like Rust-lld).
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-windows-gnullvmTarget: *-windows-gnullvmTarget: *-windows-gnullvmneeds-triageThis issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.