rust/compiler
Lain Yang 579e8bce7d 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.
2022-01-07 10:47:27 +08:00
..
2021-12-14 18:50:31 -04:00
2021-12-14 18:50:31 -04:00
2021-12-30 22:33:44 -05:00
2021-12-26 16:56:34 +01:00
2022-01-03 11:59:01 +01:00