[compiler-rt] 25897ba - [PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 14:05:38 PDT 2024
Author: xur-llvm
Date: 2024-07-22T14:05:34-07:00
New Revision: 25897ba420b93449542a60ffc9542e62b7480807
URL: https://github.com/llvm/llvm-project/commit/25897ba420b93449542a60ffc9542e62b7480807
DIFF: https://github.com/llvm/llvm-project/commit/25897ba420b93449542a60ffc9542e62b7480807.diff
LOG: [PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)
Sync InstrProfData.inc from llvm to compiler-rt. The difference was
introduced from https://github.com/llvm/llvm-project/pull/69535.
Added:
Modified:
compiler-rt/include/profile/InstrProfData.inc
Removed:
################################################################################
diff --git a/compiler-rt/include/profile/InstrProfData.inc b/compiler-rt/include/profile/InstrProfData.inc
index e9866d94b762c..847e53cfa7432 100644
--- a/compiler-rt/include/profile/InstrProfData.inc
+++ b/compiler-rt/include/profile/InstrProfData.inc
@@ -739,6 +739,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
#define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime
#define INSTR_PROF_PROFILE_COUNTER_BIAS_VAR __llvm_profile_counter_bias
#define INSTR_PROF_PROFILE_SET_TIMESTAMP __llvm_profile_set_timestamp
+#define INSTR_PROF_PROFILE_SAMPLING_VAR __llvm_profile_sampling
/* The variable that holds the name of the profile data
* specified via command line. */
More information about the llvm-commits
mailing list