[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / COFF / bad-expr.s
blobcbbd5d0c946f701d4ab436602d5606dfc6e4551c
1 // RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s
3 .data
4 _x:
5 // CHECK: [[@LINE+1]]:{{[0-9]+}}: error: symbol '__ImageBase' can not be undefined in a subtraction expression
6 .long _x-__ImageBase