We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af3d06c + c2f13db commit 9fd60c5Copy full SHA for 9fd60c5
compiler/rustc_codegen_ssa/src/back/metadata.rs
@@ -339,7 +339,7 @@ pub(crate) fn create_object_file(sess: &Session) -> Option<write::Object<'static
339
"ilp32s" | "lp64s" => e_flags |= elf::EF_LARCH_ABI_SOFT_FLOAT,
340
"ilp32f" | "lp64f" => e_flags |= elf::EF_LARCH_ABI_SINGLE_FLOAT,
341
"ilp32d" | "lp64d" => e_flags |= elf::EF_LARCH_ABI_DOUBLE_FLOAT,
342
- _ => bug!("unknown RISC-V ABI name"),
+ _ => bug!("unknown LoongArch ABI name"),
343
}
344
345
e_flags
0 commit comments