[llvm] Fix failing test gcov_ctr_ref_init.ll (PR #114428)
Zaara Syeda via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 08:59:02 PST 2024
================
@@ -12,19 +12,11 @@ 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
----------------
syzaara wrote:
Posted https://github.com/llvm/llvm-project/pull/117577 to address this
https://github.com/llvm/llvm-project/pull/114428
More information about the llvm-commits
mailing list