aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/cmp-immediate-fixup-error2.s
blob: 71f7fa141e02dcd2f1508e7f5734481fb91a69f8 (plain)
1
2
3
4
5
6
7
@ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s

.text
    cmp r0, #(l1 - unknownLabel)
@ CHECK: error: symbol 'unknownLabel' can not be undefined in a subtraction expression

l1: