brintos

brintos / llvm-project-archived public Read only

0
0
Text · 385 B · e7b5f19 Raw
13 lines · plain
1// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null 2>%t2// RUN: FileCheck --input-file=%t %s3 4 5        .data6x:7// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: symbol '__executable_start' can not be undefined in a subtraction expression8        .quad   x-__executable_start9 10// CHECK: [[@LINE+1]]:11: error: expected relocatable expression11.long bar - foo@got12foo:13