File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr8 < %s | FileCheck %s
5
5
6
6
; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr8 --filetype=obj -o %t/global-merge-aix-sections.o < %s
7
- ; RUN; llvm-objdump --syms %t/global-merge-aix-sections.o | FileCheck %s --check-prefix=DATA
7
+ ; RUN: llvm-objdump --syms %t/global-merge-aix-sections.o | FileCheck %s --check-prefix=DATA
8
8
9
9
%struct.Example = type { i32 , i8 }
10
10
@@ -45,8 +45,8 @@ declare void @s(ptr noundef)
45
45
; CHECK-NEXT: myStruct1:
46
46
; CHECK-NEXT: .space 8
47
47
48
- ; DATA: 00000078 l O .data 00000014 mycsect
49
- ; DATA-NEXT: 00000078 l O .data (csect: mycsect) 00000000 u
50
- ; DATA-NEXT: 0000007c l O .data (csect: mycsect) 00000000 y
51
- ; DATA-NEXT: 00000080 l O .data (csect: mycsect) 00000000 z
52
- ; DATA-NEXT: 00000084 l O .data (csect: mycsect) 00000000 myStruct1
48
+ ; DATA: 0000000000000080 l O .data 0000000000000014 mycsect
49
+ ; DATA-NEXT: 0000000000000080 l O .data (csect: mycsect) 0000000000000000 u
50
+ ; DATA-NEXT: 0000000000000084 l O .data (csect: mycsect) 0000000000000000 y
51
+ ; DATA-NEXT: 0000000000000088 l O .data (csect: mycsect) 0000000000000000 z
52
+ ; DATA-NEXT: 000000000000008c l O .data (csect: mycsect) 0000000000000000 myStruct1
You can’t perform that action at this time.
0 commit comments