Skip to content

Commit 25897ba

Browse files
authored
[PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)
Sync InstrProfData.inc from llvm to compiler-rt. The difference was introduced from #69535.
1 parent d48d480 commit 25897ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/include/profile/InstrProfData.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
739739
#define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime
740740
#define INSTR_PROF_PROFILE_COUNTER_BIAS_VAR __llvm_profile_counter_bias
741741
#define INSTR_PROF_PROFILE_SET_TIMESTAMP __llvm_profile_set_timestamp
742+
#define INSTR_PROF_PROFILE_SAMPLING_VAR __llvm_profile_sampling
742743

743744
/* The variable that holds the name of the profile data
744745
* specified via command line. */

0 commit comments

Comments
 (0)