blob: 3da916b7fa11e317cf6f82a8df935c9940d0769a [file] [log] [blame]
Rafael Espindola5904e122014-03-29 06:26:49 +00001// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null \
2// RUN: 2>&1 | FileCheck %s
3
4// CHECK: No relocation available to represent this relative expression
5// CHECK: call foo - bar
6
7
8 call foo - bar
9 .section .foo
10foo:
11 .section .bar
12bar: