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 efdd9e8 commit 15f75b0Copy full SHA for 15f75b0
compiler/rustc_codegen_ssa/src/back/metadata.rs
@@ -245,6 +245,7 @@ pub(crate) fn create_object_file(sess: &Session) -> Option<write::Object<'static
245
"avr" => (Architecture::Avr, None),
246
"msp430" => (Architecture::Msp430, None),
247
"hexagon" => (Architecture::Hexagon, None),
248
+ "xtensa" => (Architecture::Xtensa, None),
249
"bpf" => (Architecture::Bpf, None),
250
"loongarch64" => (Architecture::LoongArch64, None),
251
"csky" => (Architecture::Csky, None),
0 commit comments