We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8cad7 commit b7c5323Copy full SHA for b7c5323
compiler/rustc_codegen_ssa/src/back/metadata.rs
@@ -128,6 +128,7 @@ pub(crate) fn create_object_file(sess: &Session) -> Option<write::Object<'static
128
"msp430" => Architecture::Msp430,
129
"hexagon" => Architecture::Hexagon,
130
"bpf" => Architecture::Bpf,
131
+ "loongarch64" => Architecture::LoongArch64,
132
// Unsupported architecture.
133
_ => return None,
134
};
0 commit comments