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

trans: Make type names in LLVM IR independent of crate-nums and source locations. #37640

Merged
merged 4 commits into from
Nov 14, 2016

Commits on Nov 14, 2016

  1. Make names of types used in LLVM IR stable.

    Before this PR, type names could depend on the cratenum being used
    for a given crate and also on the source location of closures.
    Both are undesirable for incremental compilation where we cache
    LLVM IR and don't want it to depend on formatting or in which
    order crates are loaded.
    michaelwoerister committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    5b093eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4ee00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    790a2f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276f052 View commit details
    Browse the repository at this point in the history