Commit d780721
committed
fix
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.
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)
Signed-off-by: onur-ozkan <work@onurozkan.dev>llvm_out to find the correct LLVM root1 parent 4a2fe44 commit d780721
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
| 804 | + | |
| 805 | + | |
805 | 806 | | |
806 | 807 | | |
807 | 808 | | |
| |||
0 commit comments