21 lines · plain
1; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr7 < %s | FileCheck %s2 3; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr7 --filetype=obj -o %t.o < %s4; RUN: llvm-objdump --syms %t.o | FileCheck %s --check-prefix=OBJ5 6%struct.anon = type {}7 8@a = internal constant %struct.anon zeroinitializer, align 19@b = internal constant [6 x i8] c"hello\00", align 110 11; CHECK: .csect L.._MergedGlobals[RO],212; CHECK-NEXT: .lglobl a # @_MergedGlobals13; CHECK-NEXT: .lglobl b14; CHECK-NEXT: a:15; CHECK-NEXT: b:16; CHECK-NEXT: .string "hello"17 18; OBJ: 0000000000000000 l .text 0000000000000006 L.._MergedGlobals19; OBJ-NEXT: 0000000000000000 l .text (csect: L.._MergedGlobals) 0000000000000000 a20; OBJ-NEXT: 0000000000000000 l .text (csect: L.._MergedGlobals) 0000000000000000 b21