summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/COFF/bad-expr.s
blob: 9a212d988cc33a574ea78cf8035f0a4bf8d61602 (plain)
1
2
3
4
5
6
7
8
9
// 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
// CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression

        .data
_x:
        .long   _x-__ImageBase
        .long   __ImageBase-_x
OpenPOWER on IntegriCloud