Skip to content

Commit 54c293b

Browse files
heiheryetist
authored andcommitted
asm: Stabilize loongarch64
1 parent 1d80b1d commit 54c293b

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_ast_lowering/src

1 file changed

+1
-0
lines changed

compiler/rustc_ast_lowering/src/asm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> {
4444
| asm::InlineAsmArch::AArch64
4545
| asm::InlineAsmArch::RiscV32
4646
| asm::InlineAsmArch::RiscV64
47+
| asm::InlineAsmArch::LoongArch64
4748
);
4849
if !is_stable && !self.tcx.features().asm_experimental_arch {
4950
feature_err(

0 commit comments

Comments
 (0)