about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-04-10 03:58:54 +0000
committerbors <bors@rust-lang.org>2022-04-10 03:58:54 +0000
commitf7b4824731483df9ac911cb5b60fe85f04162ad0 (patch)
treee39ff280e99a36a3e94679b9a9e9efc26b05e2ae /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
parent559c01931b94d82b31d9180f5311244321530607 (diff)
parent76d7bccbdf1515c7655f0d78c526998148cb2931 (diff)
downloadrust-f7b4824731483df9ac911cb5b60fe85f04162ad0.tar.gz
rust-f7b4824731483df9ac911cb5b60fe85f04162ad0.zip
Auto merge of #95254 - jyn514:fix-windows-builds, r=Mark-Simulacrum
Fix `cargo run` on Windows

Fixes the following error:
```
error: failed to run custom build command for `bootstrap v0.0.0 (C:\Users\Walther\git\rust\src\bootstrap)`

Caused by:
  process didn't exit successfully: `C:\Users\Walther\git\rust\target\debug\build\bootstrap-7757a4777dec0f86\build-script-build` (exit code: 101)
  --- stdout
  cargo:rerun-if-changed=build.rs
  cargo:rerun-if-env-changed=RUSTC
  cargo:rustc-env=BUILD_TRIPLE=x86_64-pc-windows-msvc
  cargo:rerun-if-env-changed=PATH

  --- stderr
  thread 'main' panicked at 'assertion failed: rustc.is_absolute()', src\bootstrap\build.rs:22:5
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed
```

The problem was that the `dir.join` check only works with `rustc.exe`, not `rustc`.

Thanks `@Walther` for the help testing the fix!

Helps with https://github.com/rust-lang/rust/issues/94829.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions