From 839ed1ba553346b0c225e9b839cf3cb716dc7412 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 4 Jul 2024 23:45:33 +0000 Subject: [PATCH] [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. --- compiler-rt/include/profile/MemProfData.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/include/profile/MemProfData.inc b/compiler-rt/include/profile/MemProfData.inc index 3dc88478fb93a0..3f785bd23fce3c 100644 --- a/compiler-rt/include/profile/MemProfData.inc +++ b/compiler-rt/include/profile/MemProfData.inc @@ -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 {