mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
8 lines
186 B
ArmAsm
8 lines
186 B
ArmAsm
|
@ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
.text
|
||
|
cmp r0, #(l1 - unknownLabel + 4) >> 2
|
||
|
@ CHECK: error: expected relocatable expression
|
||
|
|
||
|
l1:
|