about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-04 20:44:41 +0000
committerbors <bors@rust-lang.org>2021-09-04 20:44:41 +0000
commit5d2a410ff78247c418e28b69f7cad02bdd2168d6 (patch)
tree4b2a7fe137a514da8f643e03ffe40c4234ea9158 /compiler/rustc_mir_transform/src/coverage/mod.rs
parentb89e01cd8e831f4e831dd6dd9596488509fe1802 (diff)
parent9df630707efbb1fbd92e14f06b7d23ec947f3602 (diff)
downloadrust-5d2a410ff78247c418e28b69f7cad02bdd2168d6.tar.gz
rust-5d2a410ff78247c418e28b69f7cad02bdd2168d6.zip
Auto merge of #88364 - pietroalbini:llvm-install-filecheck, r=Mark-Simulacrum
Make sure FileCheck is copied in the LLVM output directory

The tool, which is needed by parts of our test suite, is built as part of LLVM but is *not* copied to the directory containing the output LLVM binaries. This adds a flag to ensure the binary is copied. This shouldn't add any extra built time, as the flag just installs extra binaries that were already compiled.

This is not strictly needed for the test suite to work (as it also checks `build/$target/llvm/build/bin` for the binary), but it allows deleting the `build/$TARGET/llvm/build` directory (which also contains the intermediary build artifacts) without affecting the test suite, saving disk space.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions