mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
1d0dcfab18
specifically this emits an error when - a custom target is used - `RiscV32 if self.llvm_abiname == "ilp32e"` this abi is used for 32-bit embedded targets, and clang/llvm document that the ABI may change in the future.