[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / X86 / reloc-bss.s
blob3cf26d8b28e5599a16b87b1a833eb68dcff83892
1 # RUN: not llvm-mc -filetype=obj -triple=x86_64-linux-gnu %s 2>&1 | FileCheck %s
2 # CHECK: LLVM ERROR: cannot have fixups in virtual section!
4 .section .init_array,"awT",@nobits
6 .hidden patatino
7 .globl patatino
8 patatino:
9 movl __init_array_start, %eax