Home | History | Annotate | Download | only in COFF
      1 // RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s
      2 
      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
      7