File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,16 @@ target triple = "powerpc-ibm-aix"
1212; CHECK-NEXT: L..__llvm_covinit_functions:
1313; CHECK-NEXT: .vbyte 4, __llvm_gcov_writeout[DS]
1414; CHECK-NEXT: .vbyte 4, __llvm_gcov_reset[DS]
15- ; The first .csect directive below is specifying the content of the csect.
16- ; The second .csect directive below is used to insert the .ref pseudo
17- ; instruction.
18- ; CHECK: .csect __llvm_gcov_ctr_section[RW],3
1915; CHECK: .csect __llvm_gcov_ctr_section[RW],3
16+ ; CHECK-NEXT: .lglobl __llvm_gcov_ctr # @_MergedGlobals
17+ ; CHECK-NEXT: .lglobl __llvm_gcov_ctr.1
18+ ; CHECK-NEXT: .align 3
19+ ; CHECK-NEXT: L.._MergedGlobals:
20+ ; CHECK-NEXT: __llvm_gcov_ctr:
21+ ; CHECK-NEXT: .space 8
22+ ; CHECK-NEXT: __llvm_gcov_ctr.1:
23+ ; CHECK-NEXT: .space 8
24+ ; CHECK: .csect __llvm_gcov_ctr_section[RW],3
2025; CHECK-RW-NEXT: .ref __llvm_covinit[RW]
2126; CHECK-RO-NEXT: .ref __llvm_covinit[RO]
2227
You can’t perform that action at this time.
0 commit comments