blob: 59809700d4a1115a9d050fdba845982cc3865e1b [file] [log] [blame]
David Majnemer83405922014-01-21 20:39:11 +00001// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null 2>%t
2// RUN: FileCheck --input-file=%t %s
3
David Majnemer83405922014-01-21 20:39:11 +00004
5 .data
6x:
Rafael Espindola8a261c22017-06-22 17:25:35 +00007// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: symbol '__executable_start' can not be undefined in a subtraction expression
David Majnemer83405922014-01-21 20:39:11 +00008 .quad x-__executable_start
Rafael Espindola8a261c22017-06-22 17:25:35 +00009
10// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: unsupported subtraction of qualified symbol
11 .long bar - foo@got
12foo: