about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-10 04:12:51 +0000
committerbors <bors@rust-lang.org>2024-02-10 04:12:51 +0000
commit68125c72d389060fe9aaee8d87ebd834f417c9fc (patch)
tree03b6d04a506f806555303d095eb9698d36fb25ca /compiler/rustc_interface/src
parentb5c46dc5426038a49c95398bce30eeb20ec421e2 (diff)
parent63cc3c7b8f4df8076422ebc74260eccaebb6897c (diff)
downloadrust-68125c72d389060fe9aaee8d87ebd834f417c9fc.tar.gz
rust-68125c72d389060fe9aaee8d87ebd834f417c9fc.zip
Auto merge of #120721 - onur-ozkan:incorrect-llvm-path-on-cross-target, r=albertlarsan68
fix `llvm_out` to use the correct LLVM root

When `download-ci-llvm` is enabled, `llvm_out` ends up with the
error below due to an incorrect path on cross-compilations. This change fixes that.

```sh
failed to execute command: "/rust/build/x86_64-unknown-linux-gnu/llvm/build/bin/llvm-config" "--version"
ERROR: No such file or directory (os error 2)
```
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions