brintos

brintos / llvm-project-archived public Read only

0
0
Text · 355 B · d4863dd Raw
16 lines · plain
1@ RUN: not llvm-mc %s -triple=armv7-linux-gnueabi -filetype asm -o - 2>&1 \2@ RUN:   | FileCheck -check-prefix CHECK-ERROR %s3 4	.syntax unified5	.arm6 7	.align 28	.global constant_expression_required9	.type constant_expression_required,%function10constant_expression_required:11.Label:12	movs r0, r013	.inst .Label14@ CHECK-ERROR: expected constant expression15 16