brintos

brintos / llvm-project-archived public Read only

0
0
Text · 471 B · 0001420 Raw
17 lines · plain
1; RUN: llc < %s | FileCheck %s2target datalayout = "E-m:e-i64:64-n32:64"3target triple = "powerpc64--linux"4 5@g = internal constant ptr @f, section "gsection", align 86@h = constant ptr @f, section "hsection", align 87@llvm.used = appending global [2 x ptr] [ptr @g, ptr @h], section "llvm.metadata"8 9; Function Attrs: nounwind uwtable10define internal void @f() {11entry:12  ret void13}14 15; CHECK: .section	gsection,"awR",@progbits16; CHECK: .section	hsection,"awR",@progbits17