Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / MC / MachO / ARM / bad-darwin-directives.s
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
3
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
6
7 @ rdar://16335232
8
9 .eabi_attribute 8, 1
10 @ CHECK-ERROR: error: unknown directive
11
12 .cpu
13 @ CHECK-ERROR: error: unknown directive
14
15 .fpu neon
16 @ CHECK-ERROR: error: unknown directive
17
18 .arch armv7
19 @ CHECK-ERROR: error: unknown directive
20
21 .fnstart
22 @ CHECK-ERROR: error: unknown directive
23
24 .tlsdescseq
25 @ CHECK-ERROR: error: unknown directive
26
27 .object_arch armv7
28 @ CHECK-ERROR: error: unknown directive
29