From 76c206698a36a9dcd8ca5044045d3b559dc4b32a Mon Sep 17 00:00:00 2001 From: xur-llvm <59886942+xur-llvm@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:05:34 -0700 Subject: [PATCH] [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. --- compiler-rt/include/profile/InstrProfData.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/include/profile/InstrProfData.inc b/compiler-rt/include/profile/InstrProfData.inc index e9866d94b762c19..847e53cfa74328d 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. */