rust/compiler/rustc_llvm
bjorn3 0cfc3e1016 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.
2022-03-05 15:31:22 +01:00
..
llvm-wrapper Pass LLVM string attributes as string slices 2022-03-03 00:28:50 +01:00
src Repace use of static_nobundle with native_link_modifiers 2021-10-23 15:51:22 +02:00
build.rs Remove build_helper 2022-03-05 15:31:22 +01:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00