linux-packaging-mono/external/llvm/test/MC/MachO/ARM/bad-darwin-directives.s
Xamarin Public Jenkins (auto-signing) f32dbaf0b2 Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
2018-12-21 19:01:49 +00:00

30 lines
672 B
ArmAsm

@ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype asm -o /dev/null 2>&1 \
@ RUN: | FileCheck --check-prefix CHECK-ERROR %s
@ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype obj -o /dev/null 2>&1 \
@ RUN: | FileCheck --check-prefix CHECK-ERROR %s
@ rdar://16335232
.eabi_attribute 8, 1
@ CHECK-ERROR: error: unknown directive
.cpu
@ CHECK-ERROR: error: unknown directive
.fpu neon
@ CHECK-ERROR: error: unknown directive
.arch armv7
@ CHECK-ERROR: error: unknown directive
.fnstart
@ CHECK-ERROR: error: unknown directive
.tlsdescseq
@ CHECK-ERROR: error: unknown directive
.object_arch armv7
@ CHECK-ERROR: error: unknown directive