Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build_helper #94480

Merged
merged 2 commits into from
Mar 5, 2022
Merged

Remove build_helper #94480

merged 2 commits into from
Mar 5, 2022

Commits on Mar 5, 2022

  1. 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.
    bjorn3 committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    0cfc3e1 View commit details
    Browse the repository at this point in the history
  2. Merge build_helper into util

    bjorn3 committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    e657da7 View commit details
    Browse the repository at this point in the history