Skip to content

Commit

Permalink
only ignore arm when there's no ret
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Aug 27, 2024
1 parent 87beb43 commit 59a53eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/naked-fn/aligned.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
//@ needs-asm-support
//@ only-x86_64
//@ ignore-arm no "ret" mnemonic

#![crate_type = "lib"]
#![feature(naked_functions, fn_align)]
Expand Down

0 comments on commit 59a53eb

Please sign in to comment.