allwinner_a64/android/external/llvm/test/MC/ARM/udf-thumb-diagnostics.s
2018-08-08 16:14:42 +08:00

19 lines
298 B
ArmAsm

@ 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
@ CHECK: error: instruction requires: arm-mode
@ CHECK: udf #256
@ CHECK: ^