-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Closed
Copy link
Labels
A-dist-componentsArea: dist components, e.g. `rustc-dev`, `rustc-src`, etc.Area: dist components, e.g. `rustc-dev`, `rustc-src`, etc.C-bugCategory: This is a bug.Category: This is a bug.O-windows-gnullvmTarget: *-windows-gnullvmTarget: *-windows-gnullvm
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
A-dist-componentsArea: dist components, e.g. `rustc-dev`, `rustc-src`, etc.Area: dist components, e.g. `rustc-dev`, `rustc-src`, etc.C-bugCategory: This is a bug.Category: This is a bug.O-windows-gnullvmTarget: *-windows-gnullvmTarget: *-windows-gnullvm