[compiler-rt] [llvm] [clang] [Profile] Refactor profile correlation. (PR #70856)

Zequan Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 11:46:59 PDT 2023


================
@@ -89,3 +89,7 @@ COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) {
   }
   lprofSetProfileDumped(0);
 }
+
+inline int hasCorrelation() {
----------------
ZequanWu wrote:

COMPILER_RT_VISIBILITY is added at https://github.com/llvm/llvm-project/commit/56e205a89cbb114750f2bd3f5cfbd19e209d018a.

https://github.com/llvm/llvm-project/pull/70856


More information about the cfe-commits mailing list