Home | History | Annotate | Download | only in X86
      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!
      3 
      4 .section        .init_array,"awT",@nobits
      5 
      6 .hidden patatino
      7 .globl  patatino
      8 patatino:
      9   movl __init_array_start, %eax
     10