rust/compiler/rustc_span
bors 484cb4e78d Auto merge of #114332 - nbdd0121:riscv, r=compiler-errors
Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc

Fix #114153

It turns out the current way to set these flags are completely wrong. In LLVM the target ABI is used instead of target features to determine these flags.

Not sure how to write a test though. Or maybe a test isn't necessary because this affects only those touching target json?

r? `@Nilstrieb`
2023-08-20 04:38:08 +00:00
..
src Auto merge of #114332 - nbdd0121:riscv, r=compiler-errors 2023-08-20 04:38:08 +00:00
Cargo.toml Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00