[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / MC / MachO / ARM / bad-darwin-directives.s
blob7ac0f6f7f0f4b49b8022a5a1a1f5ca8d75e699a9
1 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype asm -o /dev/null 2>&1 \
2 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
4 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype obj -o /dev/null 2>&1 \
5 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
7 @ rdar://16335232
9 .eabi_attribute 8, 1
10 @ CHECK-ERROR: error: unknown directive
12 .cpu
13 @ CHECK-ERROR: error: unknown directive
15 .fpu neon
16 @ CHECK-ERROR: error: unknown directive
18 .arch armv7
19 @ CHECK-ERROR: error: unknown directive
21 .fnstart
22 @ CHECK-ERROR: error: unknown directive
24 .tlsdescseq
25 @ CHECK-ERROR: error: unknown directive
27 .object_arch armv7
28 @ CHECK-ERROR: error: unknown directive