[clang] [compiler-rt] [llvm] [PGO] Initialize GOV Writeout and Reset Functions in the Runtime on AIX (PR #108570)
    Hubert Tong via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct  1 19:57:53 PDT 2024
    
    
  
================
@@ -1,8 +1,14 @@
 ;; Ensure __llvm_gcov_(writeout|reset|init) have !kcfi_type with KCFI.
 ; RUN: mkdir -p %t && cd %t
-; RUN: opt < %s -S -passes=insert-gcov-profiling | FileCheck %s
+; RUN: opt < %s -S -passes=insert-gcov-profiling \
+; RUN:  -mtriple=x86_64-unknown-linux-gnu | FileCheck \
+; RUN:  --check-prefixes=CHECK,CHECK-ELF %s
----------------
hubert-reinterpretcast wrote:
Same comment re: `CHECK-ELF`.
https://github.com/llvm/llvm-project/pull/108570
    
    
More information about the llvm-commits
mailing list