We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f2e09 commit d871456Copy full SHA for d871456
compiler-rt/lib/profile/InstrProfiling.c
@@ -90,6 +90,6 @@ COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) {
90
lprofSetProfileDumped(0);
91
}
92
93
-inline int hasCorrelation() {
+int hasCorrelation() {
94
return (__llvm_profile_get_version() & VARIANT_MASK_DBG_CORRELATE) != 0ULL;
95
0 commit comments