Skip to content

Commit

Permalink
Auto merge of #120721 - onur-ozkan:incorrect-llvm-path-on-cross-targe…
Browse files Browse the repository at this point in the history
…t, 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)
```
  • Loading branch information
bors committed Feb 10, 2024
2 parents fe14fd6 + 9a9c458 commit 9ccb16d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 9ccb16d

Please sign in to comment.