Skip to content

Commit

Permalink
[MemProf][compiler-rt] Update MemProfData preprocessor directives
Browse files Browse the repository at this point in the history
This Memprof preprocessor directives have diverged at some point. This
patch fixes that by copying an additional include from the LLVM side to
the compiler-rt side so the two files are identical again.
  • Loading branch information
boomanaiden154 committed Jul 4, 2024
1 parent 7a9ef0f commit 839ed1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/include/profile/MemProfData.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#define MEMPROF_RAW_SUPPORTED_VERSIONS \
{ 3ULL, 4ULL }

#define MEMPROF_V3_MIB_SIZE 132ULL;

#define MEMPROF_BUILDID_MAX_SIZE 32ULL

namespace llvm {
Expand Down

0 comments on commit 839ed1b

Please sign in to comment.