brintos

brintos / llvm-project-archived public Read only

0
0
Text · 492 B · db17b2b Raw
8 lines · plain
1; RUN: llc -mtriple=arm-unknown-linux-gnueabihf < %s | FileCheck %s2 3; This test contains a llvm.global_ctors with no other definitions. Make sure we do not crash in that case.4; CHECK: .section        .init_array,"aw",%init_array5 6declare  ccc void @ghczmbignum_GHCziNumziBackendziSelected_init__prof_init()7@llvm.global_ctors = appending global [1 x {i32, void ()*, i8* }] [{i32, void ()*, i8* }{i32  65535, void ()*  @ghczmbignum_GHCziNumziBackendziSelected_init__prof_init, i8*  null } ]8