Skip to content

Commit 5751495

Browse files
Rollup merge of rust-lang#33753 - mmatyas:armtestfix, r=alexcrichton
Fix `asm-misplaced-option` on ARM/AArch64 This fixes rust-lang#33737. Of course, since we don't run `make check` for ARM cross builds, you probably won't notice it.
2 parents 97e3a24 + ba8d46e commit 5751495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/compile-fail/asm-misplaced-option.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// except according to those terms.
1010

1111
// ignore-android
12+
// ignore-arm
13+
// ignore-aarch64
1214

1315
#![feature(asm, rustc_attrs)]
1416

0 commit comments

Comments
 (0)