19 lines · plain
1; RUN: llc -mtriple powerpc-ibm-aix-xcoff -verify-machineinstrs \2; RUN: < %s 2>&1 | FileCheck %s3; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -verify-machineinstrs \4; RUN: < %s 2>&1 | FileCheck %s5 6@ilocal = internal global i32 0, align 4 #07 8define dso_local i32 @read_i32_local_linkage() {9 entry:10 %0 = load i32, ptr @ilocal, align 411 ret i32 %012}13 14attributes #0 = { "toc-data" }15 16; CHECK: .toc17; CHECK-NEXT: .csect ilocal[TD],218; CHECK-NEXT: .space 419