30 lines · plain
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 %s3 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 %s6 7@ rdar://163352328 9.eabi_attribute 8, 110@ CHECK-ERROR: error: unknown directive11 12.cpu13@ CHECK-ERROR: error: unknown directive14 15.fpu neon16@ CHECK-ERROR: error: unknown directive17 18.arch armv719@ CHECK-ERROR: error: unknown directive20 21.fnstart22@ CHECK-ERROR: error: unknown directive23 24.tlsdescseq25@ CHECK-ERROR: error: unknown directive26 27.object_arch armv728@ CHECK-ERROR: error: unknown directive29 30