Skip to content

Commit

Permalink
[PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)
Browse files Browse the repository at this point in the history
Summary:
Sync InstrProfData.inc from llvm to compiler-rt. The difference was
introduced from #69535.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60250796
  • Loading branch information
xur-llvm authored and yuxuanchen1997 committed Jul 25, 2024
1 parent fdb1a49 commit 72b6237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/include/profile/InstrProfData.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 72b6237

Please sign in to comment.