[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / Mips / init-array.ll
blob1f1b4a050d2441d3789fe6cae6db148243756786
1 ; RUN: llc -mtriple mipsel-unknown-linux < %s | FileCheck  %s
3 target triple = "mipsel-unknown-linux"
5 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @test, i8* null }]
6 ; CHECK: .section
7 ; CHECK: .init_array
8 ; CHECK-NOT: .ctors
9 ; CHECK: .4byte test
11 define internal void @test() section ".text.startup" {
12 entry:
13   ret void