Skip to content

Commit 839ed1b

Browse files
[MemProf][compiler-rt] Update MemProfData preprocessor directives
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.
1 parent 7a9ef0f commit 839ed1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/include/profile/MemProfData.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
#define MEMPROF_RAW_SUPPORTED_VERSIONS \
4040
{ 3ULL, 4ULL }
4141

42+
#define MEMPROF_V3_MIB_SIZE 132ULL;
43+
4244
#define MEMPROF_BUILDID_MAX_SIZE 32ULL
4345

4446
namespace llvm {

0 commit comments

Comments
 (0)