[clang] [compiler-rt] [llvm] [PGO] Initialize GOV Writeout and Reset Functions in the Runtime on AIX (PR #108570)

Hubert Tong via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 1 19:57:53 PDT 2024


================
@@ -1,9 +1,15 @@
 ;; Ensure __llvm_gcov_(writeout|reset|init) have the correct !kcfi_type
 ;; with integer normalization.
 ; 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 cfe-commits mailing list