Skip to content

Commit 1319ecb

Browse files
committed
Bump llvm-project version numbers to llvmorg-18-init-18361-g22683463740e (and 18.1.0).
1 parent 07fefe2 commit 1319ecb

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

lib/clang/include/VCSVersion.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#define LLVM_REVISION "llvmorg-18-init-18359-g93248729cfae"
1+
#define LLVM_REVISION "llvmorg-18-init-18361-g22683463740e"
22
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
33

4-
#define CLANG_REVISION "llvmorg-18-init-18359-g93248729cfae"
4+
#define CLANG_REVISION "llvmorg-18-init-18361-g22683463740e"
55
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
66

7-
#define LLDB_REVISION "llvmorg-18-init-18359-g93248729cfae"
7+
#define LLDB_REVISION "llvmorg-18-init-18361-g22683463740e"
88
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#define CLANG_VERSION 18.0.0git
2-
#define CLANG_VERSION_STRING "18.0.0git"
1+
#define CLANG_VERSION 18.1.0rc
2+
#define CLANG_VERSION_STRING "18.1.0rc"
33
#define CLANG_VERSION_MAJOR 18
44
#define CLANG_VERSION_MAJOR_STRING "18"
5-
#define CLANG_VERSION_MINOR 0
5+
#define CLANG_VERSION_MINOR 1
66
#define CLANG_VERSION_PATCHLEVEL 0
77

88
#define CLANG_VENDOR "FreeBSD "
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Local identifier in __FreeBSD_version style
22
#define LLD_FREEBSD_VERSION 1500000
33

4-
#define LLD_VERSION_STRING "18.0.0 (FreeBSD llvmorg-18-init-18359-g93248729cfae-" __XSTRING(LLD_FREEBSD_VERSION) ")"
4+
#define LLD_VERSION_STRING "18.1.0 (FreeBSD llvmorg-18-init-18361-g22683463740e-" __XSTRING(LLD_FREEBSD_VERSION) ")"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#define LLDB_VERSION 18.0.0git
2-
#define LLDB_VERSION_STRING "18.0.0git"
1+
#define LLDB_VERSION 18.1.0rc
2+
#define LLDB_VERSION_STRING "18.1.0rc"
33
#define LLDB_VERSION_MAJOR 18
4-
#define LLDB_VERSION_MINOR 0
4+
#define LLDB_VERSION_MINOR 1
55
#define LLDB_VERSION_PATCH 0
66
/* #undef LLDB_FULL_VERSION_STRING */

lib/clang/include/llvm/Config/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@
344344
#define PACKAGE_NAME "LLVM"
345345

346346
/* Define to the full name and version of this package. */
347-
#define PACKAGE_STRING "LLVM 18.0.0git"
347+
#define PACKAGE_STRING "LLVM 18.1.0rc"
348348

349349
/* Define to the version of this package. */
350-
#define PACKAGE_VERSION "18.0.0git"
350+
#define PACKAGE_VERSION "18.1.0rc"
351351

352352
/* Define to the vendor of this package. */
353353
/* #undef PACKAGE_VENDOR */

lib/clang/include/llvm/Config/llvm-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@
177177
#define LLVM_VERSION_MAJOR 18
178178

179179
/* Minor version of the LLVM API */
180-
#define LLVM_VERSION_MINOR 0
180+
#define LLVM_VERSION_MINOR 1
181181

182182
/* Patch version of the LLVM API */
183183
#define LLVM_VERSION_PATCH 0
184184

185185
/* LLVM version string */
186-
#define LLVM_VERSION_STRING "18.0.0git"
186+
#define LLVM_VERSION_STRING "18.1.0rc"
187187

188188
/* Whether LLVM records statistics for use with GetStatistics(),
189189
* PrintStatistics() or PrintStatisticsJSON()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define LLVM_REVISION "llvmorg-18-init-18359-g93248729cfae"
1+
#define LLVM_REVISION "llvmorg-18-init-18361-g22683463740e"
22
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"

0 commit comments

Comments
 (0)