File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- # define LLVM_REVISION " llvmorg-18-init-18359-g93248729cfae "
1
+ # define LLVM_REVISION " llvmorg-18-init-18361-g22683463740e "
2
2
# define LLVM_REPOSITORY " https://github.com/llvm/llvm-project.git"
3
3
4
- # define CLANG_REVISION " llvmorg-18-init-18359-g93248729cfae "
4
+ # define CLANG_REVISION " llvmorg-18-init-18361-g22683463740e "
5
5
# define CLANG_REPOSITORY " https://github.com/llvm/llvm-project.git"
6
6
7
- # define LLDB_REVISION " llvmorg-18-init-18359-g93248729cfae "
7
+ # define LLDB_REVISION " llvmorg-18-init-18361-g22683463740e "
8
8
# define LLDB_REPOSITORY " https://github.com/llvm/llvm-project.git"
Original file line number Diff line number Diff line change 1
- # define CLANG_VERSION 18 .0 . 0 git
2
- # define CLANG_VERSION_STRING " 18.0.0git "
1
+ # define CLANG_VERSION 18 .1 . 0 rc
2
+ # define CLANG_VERSION_STRING " 18.1.0rc "
3
3
# define CLANG_VERSION_MAJOR 18
4
4
# define CLANG_VERSION_MAJOR_STRING " 18"
5
- # define CLANG_VERSION_MINOR 0
5
+ # define CLANG_VERSION_MINOR 1
6
6
# define CLANG_VERSION_PATCHLEVEL 0
7
7
8
8
# define CLANG_VENDOR " FreeBSD "
Original file line number Diff line number Diff line change 1
1
// Local identifier in __FreeBSD_version style
2
2
#define LLD_FREEBSD_VERSION 1500000
3
3
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) " )"
Original file line number Diff line number Diff line change 1
- # define LLDB_VERSION 18 .0 . 0 git
2
- # define LLDB_VERSION_STRING " 18.0.0git "
1
+ # define LLDB_VERSION 18 .1 . 0 rc
2
+ # define LLDB_VERSION_STRING " 18.1.0rc "
3
3
# define LLDB_VERSION_MAJOR 18
4
- # define LLDB_VERSION_MINOR 0
4
+ # define LLDB_VERSION_MINOR 1
5
5
# define LLDB_VERSION_PATCH 0
6
6
/* #undef LLDB_FULL_VERSION_STRING */
Original file line number Diff line number Diff line change 344
344
#define PACKAGE_NAME "LLVM"
345
345
346
346
/* 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 "
348
348
349
349
/* Define to the version of this package. */
350
- #define PACKAGE_VERSION "18.0.0git "
350
+ #define PACKAGE_VERSION "18.1.0rc "
351
351
352
352
/* Define to the vendor of this package. */
353
353
/* #undef PACKAGE_VENDOR */
Original file line number Diff line number Diff line change 177
177
#define LLVM_VERSION_MAJOR 18
178
178
179
179
/* Minor version of the LLVM API */
180
- #define LLVM_VERSION_MINOR 0
180
+ #define LLVM_VERSION_MINOR 1
181
181
182
182
/* Patch version of the LLVM API */
183
183
#define LLVM_VERSION_PATCH 0
184
184
185
185
/* LLVM version string */
186
- #define LLVM_VERSION_STRING "18.0.0git "
186
+ #define LLVM_VERSION_STRING "18.1.0rc "
187
187
188
188
/* Whether LLVM records statistics for use with GetStatistics(),
189
189
* PrintStatistics() or PrintStatisticsJSON()
Original file line number Diff line number Diff line change 1
- #define LLVM_REVISION "llvmorg-18-init-18359-g93248729cfae "
1
+ #define LLVM_REVISION "llvmorg-18-init-18361-g22683463740e "
2
2
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
You can’t perform that action at this time.
0 commit comments