Skip to content

[NFC][Test] Fix PowerPC test gcov_ctr_ref_init.ll #117577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions llvm/test/CodeGen/PowerPC/gcov_ctr_ref_init.ll
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ target triple = "powerpc-ibm-aix"
; CHECK-NEXT: L..__llvm_covinit_functions:
; CHECK-NEXT: .vbyte 4, __llvm_gcov_writeout[DS]
; CHECK-NEXT: .vbyte 4, __llvm_gcov_reset[DS]
; The first .csect directive below is specifying the content of the csect.
; The second .csect directive below is used to insert the .ref pseudo
; instruction.
; CHECK: .csect __llvm_gcov_ctr_section[RW],3
; CHECK: .csect __llvm_gcov_ctr_section[RW],3
; CHECK-NEXT: .lglobl __llvm_gcov_ctr # @_MergedGlobals
; CHECK-NEXT: .lglobl __llvm_gcov_ctr.1
; CHECK-NEXT: .align 3
; CHECK-NEXT: L.._MergedGlobals:
; CHECK-NEXT: __llvm_gcov_ctr:
; CHECK-NEXT: .space 8
; CHECK-NEXT: __llvm_gcov_ctr.1:
; CHECK-NEXT: .space 8
; CHECK: .csect __llvm_gcov_ctr_section[RW],3
; CHECK-RW-NEXT: .ref __llvm_covinit[RW]
; CHECK-RO-NEXT: .ref __llvm_covinit[RO]

Expand Down
Loading