aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64/init-array.ll
blob: a275e7ecc570c45493480f04c86a9500e38d20db (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -o - %s | FileCheck %s
; RUN: llc -mtriple=aarch64-none-none-eabi -verify-machineinstrs -o - %s | FileCheck %s

define internal void @_GLOBAL__I_a() section ".text.startup" {
  ret void
}

@llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @_GLOBAL__I_a }]

; CHECK: .section .init_array