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

Make rlib metadata strip works with MIPSr6 architecture #90001

Merged
merged 4 commits into from
Jan 14, 2022

Commits on Jan 7, 2022

  1. Make rlib metadata strip works with MIPSr6 architecture

    Because MIPSr6 has many differences with previous MIPSr2 arch, the previous rlib metadata stripping code in `rustc_codegen_ssa` is only for MIPSr2/r3/r5 (which share the same elf e_flags).
    This commit fixed this problem. It makes `rustc_codegen_ssa` happy when compiling rustc for MIPSr6 target or hosts.
    Fearyncess committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    579e8bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f180f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a337b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    cf36c21 View commit details
    Browse the repository at this point in the history