blob: 990167cda53f828cbb83c82fa31a912e08c9da1f [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: Cannot represent a difference across sections
5
6 .long foo - bar
7 .section .zed
8foo:
9 .section .bah
10bar: