David Majnemer | 8340592 | 2014-01-21 20:39:11 +0000 | [diff] [blame] | 1 | // 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 | |||||
4 | // CHECK: symbol '__executable_start' can not be undefined in a subtraction expression | ||||
5 | |||||
6 | .data | ||||
7 | x: | ||||
8 | .quad x-__executable_start |