We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a0f454 + 5642a75 commit 6e95b6dCopy full SHA for 6e95b6d
compiler/rustc_codegen_ssa/src/back/metadata.rs
@@ -117,6 +117,10 @@ pub(crate) fn create_object_file(sess: &Session) -> Option<write::Object<'static
117
"riscv32" => Architecture::Riscv32,
118
"riscv64" => Architecture::Riscv64,
119
"sparc64" => Architecture::Sparc64,
120
+ "avr" => Architecture::Avr,
121
+ "msp430" => Architecture::Msp430,
122
+ "hexagon" => Architecture::Hexagon,
123
+ "bpf" => Architecture::Bpf,
124
// Unsupported architecture.
125
_ => return None,
126
};
0 commit comments