brintos

brintos / llvm-project-archived public Read only

0
0
Text · 376 B · 86cac99 Raw
15 lines · plain
1; RUN: llc -mtriple mipsel-unknown-linux < %s | FileCheck  %s2 3target triple = "mipsel-unknown-linux"4 5@llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @test, ptr null }]6; CHECK: .section7; CHECK: .init_array8; CHECK-NOT: .ctors9; CHECK: .4byte test10 11define internal void @test() section ".text.startup" {12entry:13  ret void14}15