From dd6c8eda138ccc7e82f1132a7b4febf819dd78f7 Mon Sep 17 00:00:00 2001 From: "Sivakumar.Ganesan" Date: Fri, 30 Aug 2024 09:26:06 -0400 Subject: [PATCH] Manual update of LLVM_MAIN_REVISION to 510110 Change-Id: I17160bad00c018d6decd2c6e19eea7ec8488fb49 --- llvm/include/llvm/Config/llvm-config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Config/llvm-config.h.cmake b/llvm/include/llvm/Config/llvm-config.h.cmake index d8ce6b90a57cd3..c3efe8466b384c 100644 --- a/llvm/include/llvm/Config/llvm-config.h.cmake +++ b/llvm/include/llvm/Config/llvm-config.h.cmake @@ -17,7 +17,7 @@ /* The number of commits in the linear history from the * start of the universe up to the latest llvm main commit * that has been merged */ -#define LLVM_MAIN_REVISION 509307 +#define LLVM_MAIN_REVISION 510110 /* Define if LLVM_ENABLE_DUMP is enabled */ #cmakedefine LLVM_ENABLE_DUMP