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

Decouple CrateNum of CrateInfo from the compilation session #67516

Closed
wants to merge 2 commits into from
Closed

Decouple CrateNum of CrateInfo from the compilation session #67516

wants to merge 2 commits into from

Commits on Jan 19, 2020

  1. Decouple CrateNum of CrateInfo from the compilation session

    `CrateNum` used inside a `CrateInfo` is self-contained and hence can be
    decoupled from the compilation session. By doing so, a compilation
    session can consume `CrateInfo` generated from a different compilation
    session. Ultimately, it allows splitting linker invocation into a
    separate compilation session.
    Victor Ding committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    77616ea View commit details
    Browse the repository at this point in the history
  2. Use librustc_codegen_ssa::CrateNum for each_linked_rlib_for_lto and e…

    …xported_symbols
    Victor Ding committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    77a3c9f View commit details
    Browse the repository at this point in the history