]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #95963 - luqmana:llvm-dist-cross-filecheck, r=Mark-Simulacrum
authorMara Bos <m-ou.se@m-ou.se>
Tue, 12 Apr 2022 17:58:17 +0000 (19:58 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 17:58:17 +0000 (19:58 +0200)
[bootstrap] Grab the right FileCheck binary for dist when cross-compiling.

Fixes #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.


Trivial merge