19 lines · plain
1; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -data-sections=false -verify-machineinstrs < %s | FileCheck %s2 3@a1 = global i32 0, align 4 #04 5define void @foo() {6entry:7 store i32 1, ptr @a1, align 48 ret void9}10 11attributes #0 = { "toc-data" }12 13; CHECK: .toc14; CHECK-NEXT: .csect a1[TD],215; CHECK-NEXT: .globl a1[TD]16; CHECK-NEXT: .align 217; CHECK-NOT: a1[TD]:18; CHECK-NEXT: .vbyte 4, 019