brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · cbbd5d0 Raw
7 lines · plain
1// RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s2 3        .data4_x:5// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: symbol '__ImageBase' can not be undefined in a subtraction expression6        .long   _x-__ImageBase7