llvm-mirror/test/MC/ARM/thumb-not-mclass.s
Oliver Stannard dacbc9891d [ARM] Use new assembler diags for ARM
This converts the ARM AsmParser to use the new assembly matcher error
reporting mechanism, which allows errors to be reported for multiple
instruction encodings when it is ambiguous which one the user intended
to use.

By itself this doesn't improve many error messages, because we don't have
diagnostic text for most operand types, but as we add that then this will allow
more of those diagnostic strings to be used when they are relevant.

Differential revision: https://reviews.llvm.org/D31530

llvm-svn: 314779
2017-10-03 10:26:11 +00:00

27 lines
823 B
ArmAsm

@ RUN: not llvm-mc -triple=thumbv7m-apple-darwin -show-encoding < %s 2> %t
@ RUN: FileCheck < %t %s
@ RUN: not llvm-mc -triple=thumbv6m -show-encoding < %s 2> %t
@ RUN: FileCheck < %t %s
.syntax unified
.globl _func
@ Check that the assembler rejects thumb instructions that are not valid
@ on mclass.
@------------------------------------------------------------------------------
@ BLX (immediate)
@------------------------------------------------------------------------------
blx _baz
@ CHECK: instruction requires: !armv*m
@------------------------------------------------------------------------------
@ SETEND
@------------------------------------------------------------------------------
setend be
setend le
@ CHECK: error: invalid instruction
@ CHECK: error: invalid instruction