26 lines · plain
1; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi | FileCheck %s2 3; CHECK: .text4; CHECK: .globl test15; CHECK: .type test1,%function6define void @test1() {7entry:8 ret void9}10 11; CHECK: .section .test2,"ax",%progbits12; CHECK: .globl test213; CHECK: .type test2,%function14define void @test2() section ".test2" {15entry:16 ret void17}18 19; CHECK: .text20; CHECK: .weak test321; CHECK: .type test3,%function22define linkonce_odr void @test3() {23entry:24 ret void25}26