brintos

brintos / llvm-project-archived public Read only

0
0
Text · 340 B · 514b6d1 Raw
20 lines · plain
1@ RUN: not llvm-mc -triple arm-eabi %s 2>&1 | FileCheck %s2 3	.syntax unified4	.text5	.arm6 7undefined:8	udfpl9 10@ CHECK: error: instruction 'udf' is not predicable, but condition code specified11@ CHECK: 	udfpl12@ CHECK: 	^13 14	udf #6553615 16@ CHECK: error: operand must be an immediate in the range [0,65535]17@ CHECK: 	udf #6553618@ CHECK: 	    ^19 20