You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
355 B

@ RUN: not llvm-mc %s -triple=armv7-linux-gnueabi -filetype asm -o - 2>&1 \
@ RUN: | FileCheck -check-prefix CHECK-ERROR %s
.syntax unified
.arm
.align 2
.global constant_expression_required
.type constant_expression_required,%function
constant_expression_required:
.Label:
movs r0, r0
.inst .Label
@ CHECK-ERROR: expected constant expression