We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5573a commit 9f5e8caCopy full SHA for 9f5e8ca
1 file changed
compiler/rustc_codegen_ssa/src/back/metadata.rs
@@ -401,6 +401,7 @@ pub(super) fn elf_e_flags(architecture: Architecture, sess: &Session) -> u32 {
401
_ => EF_PPC64_ABI_UNKNOWN,
402
}
403
404
+ Architecture::Sparc32Plus => elf::EF_SPARC_32PLUS,
405
_ => 0,
406
407
0 commit comments