Skip to content

Commit 59a53eb

Browse files
committed
only ignore arm when there's no ret
1 parent 87beb43 commit 59a53eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/naked-fn/aligned.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
22
//@ needs-asm-support
3-
//@ only-x86_64
3+
//@ ignore-arm no "ret" mnemonic
44

55
#![crate_type = "lib"]
66
#![feature(naked_functions, fn_align)]

0 commit comments

Comments
 (0)