mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
484cb4e78d
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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |