mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
e20e4c151f
Turn that into an error instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276783 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
261 B
ArmAsm
10 lines
261 B
ArmAsm
# RUN: not llvm-mc -filetype=obj -triple=x86_64-linux-gnu %s 2>&1 | FileCheck %s
|
|
# CHECK: LLVM ERROR: cannot have fixups in virtual section!
|
|
|
|
.section .init_array,"awT",@nobits
|
|
|
|
.hidden patatino
|
|
.globl patatino
|
|
patatino:
|
|
movl __init_array_start, %eax
|