Fix Windows bots.
[oota-llvm.git] / test / tools / llvm-objdump / ARM / macho-arm-and-thumb.test
1 @ RUN: llvm-mc < %s -triple armv7-apple-darwin -filetype=obj | llvm-objdump -m -d - | FileCheck %s
2
3 .thumb
4 .thumb_func _t
5 _t:
6 nop
7 nop
8 .align 2
9 .arm
10 _a:
11 nop
12
13 @ CHECK: 00 bf nop
14 @ CHECK-NEXT: 00 bf nop
15 @ CHECK: 00 f0 20 e3 nop