about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-02-24 13:30:50 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-03-05 15:31:22 +0100
commit0cfc3e101689d050432f600a35e953413b87147f (patch)
tree8050d0cd5246666cba6a61d1d1a08b9e18f222bd /compiler/rustc_codegen_llvm/src
parentc8a49fc90281d9a3227a547b5bac8e01d17325be (diff)
downloadrust-0cfc3e101689d050432f600a35e953413b87147f.tar.gz
rust-0cfc3e101689d050432f600a35e953413b87147f.zip
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