brintos

brintos / llvm-project-archived public Read only

0
0
Text · 637 B · 7ec8040 Raw
21 lines · plain
1// RUN: not llvm-mc -triple arm -mattr=+v8.4a -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR2// RUN: not llvm-mc -triple thumb -mattr=+v8.4a -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR3 4tsb5tsb 06tsb #07tsb foo8 9//CHECK-ERROR: error: too few operands for instruction10//CHECK-ERROR: tsb11//CHECK-ERROR: ^12//CHECK-ERROR: error: invalid operand for instruction13//CHECK-ERROR: tsb 014//CHECK-ERROR:     ^15//CHECK-ERROR: error: invalid operand for instruction16//CHECK-ERROR: tsb #017//CHECK-ERROR:     ^18//CHECK-ERROR: error: invalid operand for instruction19//CHECK-ERROR: tsb foo20//CHECK-ERROR:     ^21