[compiler-rt] 839ed1b - [MemProf][compiler-rt] Update MemProfData preprocessor directives

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 16:46:30 PDT 2024


Author: Aiden Grossman
Date: 2024-07-04T23:45:33Z
New Revision: 839ed1ba553346b0c225e9b839cf3cb716dc7412

URL: https://github.com/llvm/llvm-project/commit/839ed1ba553346b0c225e9b839cf3cb716dc7412
DIFF: https://github.com/llvm/llvm-project/commit/839ed1ba553346b0c225e9b839cf3cb716dc7412.diff

LOG: [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.

Added: 
    

Modified: 
    compiler-rt/include/profile/MemProfData.inc

Removed: 
    


################################################################################
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 {


        


More information about the llvm-commits mailing list