Kevin Enderby | ec5ca03 | 2014-08-18 20:21:02 +0000 | [diff] [blame^] | 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 |