[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ELF / bad-expr3.s
blobcf5d6f47335f52103bdf573d54b08774b1dfe482
1 // RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null \
2 // RUN: 2>&1 | FileCheck %s
4 // CHECK: [[@LINE+1]]:{{[0-9]+}}: error: Cannot represent a difference across sections
5 .long foo - bar
6 .section .zed
7 foo:
8 .section .bah
9 bar: