Problem Description
After upgrading to Rust 1.95.0 pre-release and using the x86_64-pc-windows-gnullvm toolchain, running rust-size (from the llvm-tools-preview component) fails with a system error:
The code execution cannot proceed because libLLVM-22-rust-1.95.0-stable.dll was not found.
Details
The DLL does exist in the toolchain's bin directory:
~.rustup\toolchains\stable-x86_64-pc-windows-gnullvm\bin\libLLVM-22-rust-1.95.0-stable.dll.
Running .\rust-size.exe directly inside the toolchain bin folder works.
Running rust-size from any other directory (via the rustup proxy in ~.cargo\bin) fails.
Environment Information
Rust Version: 1.95.0 (stable)
Toolchain Host: x86_64-pc-windows-gnullvm
OS: Windows 10
Rustup Version: 1.29
Problem Description
After upgrading to Rust 1.95.0 pre-release and using the x86_64-pc-windows-gnullvm toolchain, running rust-size (from the llvm-tools-preview component) fails with a system error:
The code execution cannot proceed because libLLVM-22-rust-1.95.0-stable.dll was not found.
Details
The DLL does exist in the toolchain's bin directory:
~.rustup\toolchains\stable-x86_64-pc-windows-gnullvm\bin\libLLVM-22-rust-1.95.0-stable.dll.
Running .\rust-size.exe directly inside the toolchain bin folder works.
Running rust-size from any other directory (via the rustup proxy in ~.cargo\bin) fails.
Environment Information
Rust Version: 1.95.0 (stable)
Toolchain Host: x86_64-pc-windows-gnullvm
OS: Windows 10
Rustup Version: 1.29