2014-05-14 11:47:39 +08:00
|
|
|
@ RUN: not llvm-mc -triple thumbv6m-eabi %s 2>&1 | FileCheck %s
|
|
|
|
|
|
|
|
.syntax unified
|
|
|
|
.text
|
|
|
|
.thumb
|
|
|
|
|
|
|
|
undefined:
|
|
|
|
udfpl
|
|
|
|
|
|
|
|
@ CHECK: error: conditional execution not supported in Thumb1
|
|
|
|
@ CHECK: udfpl
|
|
|
|
@ CHECK: ^
|
|
|
|
|
|
|
|
udf #256
|
|
|
|
|
2017-10-04 17:18:07 +08:00
|
|
|
@ CHECK: error: operand must be an immediate in the range [0,255]
|
2014-05-14 11:47:39 +08:00
|
|
|
@ CHECK: udf #256
|
2017-10-03 18:26:11 +08:00
|
|
|
@ CHECK: ^
|
2014-05-14 11:47:39 +08:00
|
|
|
|