about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-03-05 14:32:25 +0000
committerbors <bors@rust-lang.org>2022-03-05 14:32:25 +0000
commit379e94f5a4aebe7dc2d8742653ca244d92b06f3d (patch)
tree5e905cb8bd2e883878d8e6fc8842b6284cd5a4bd /compiler/rustc_codegen_llvm/src
parentc8a49fc90281d9a3227a547b5bac8e01d17325be (diff)
parente657da72aa4bd7ed5edda194b770903ea0cf1dd1 (diff)
downloadrust-379e94f5a4aebe7dc2d8742653ca244d92b06f3d.tar.gz
rust-379e94f5a4aebe7dc2d8742653ca244d92b06f3d.zip
Auto merge of #94480 - bjorn3:no_build_helper, r=Mark-Simulacrum
Remove build_helper

The majority of the code is only used by either rustbuild or
rustc_llvm's build script. Rust_build is compiled once for rustbuild and
once for every stage. This means that the majority of the code in this
crate is needlessly compiled multiple times. By moving only the code
actually used by the respective crates to rustbuild and rustc_llvm's
build script, this needless duplicate compilation is avoided.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions