brintos

brintos / llvm-project-archived public Read only

0
0
Text · 404 B · 3aed7c9 Raw
11 lines · plain
1; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -o - %s | FileCheck %s2; RUN: llc -mtriple=aarch64-none-elf -verify-machineinstrs -o - %s | FileCheck %s3 4define internal void @_GLOBAL__I_a() section ".text.startup" {5  ret void6}7 8@llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @_GLOBAL__I_a, ptr null }]9 10; CHECK: .section .init_array11