mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
8 lines
210 B
ArmAsm
8 lines
210 B
ArmAsm
|
// RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s
|
||
|
|
||
|
// CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression
|
||
|
|
||
|
.data
|
||
|
_x:
|
||
|
.long _x-__ImageBase
|