Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser

Add new Tier-3 targets: `loongarch32-unknown-none*`

MCP: https://github.com/rust-lang/compiler-team/issues/865

NOTE: LoongArch32 ELF object support is available starting with object v0.37.0.
This commit is contained in:
Jubilee 2025-06-08 17:17:53 -07:00 committed by GitHub
commit 840baa46ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 181 additions and 53 deletions

View file

@ -508,6 +508,7 @@ impl fmt::Display for Display<'_> {
(sym::target_arch, Some(arch)) => match arch.as_str() {
"aarch64" => "AArch64",
"arm" => "ARM",
"loongarch32" => "LoongArch LA32",
"loongarch64" => "LoongArch LA64",
"m68k" => "M68k",
"csky" => "CSKY",