mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
ea4f924624
Turn that into an error instead. llvm-svn: 276783
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
|