Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#95963 - luqmana:llvm-dist-cross-filecheck, …
…r=Mark-Simulacrum [bootstrap] Grab the right FileCheck binary for dist when cross-compiling. Fixes rust-lang#95862 We were using the target dir for all the other LLVM tools (`llvm-config`, `llvm-ar`, etc) but the build target dir for `FileCheck`. This meant for targets which are cross-compiled, we were copying the wrong binary.
- Loading branch information