forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump llvm-project version numbers to llvmorg-18-init-16595-g7c00a5be5…
…cde.
- Loading branch information
1 parent
42aaf55
commit b861bf2
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#define LLVM_REVISION "llvmorg-18-init-16003-gfc5f51cf5af4" | ||
#define LLVM_REVISION "llvmorg-18-init-16595-g7c00a5be5cde" | ||
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git" | ||
|
||
#define CLANG_REVISION "llvmorg-18-init-16003-gfc5f51cf5af4" | ||
#define CLANG_REVISION "llvmorg-18-init-16595-g7c00a5be5cde" | ||
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git" | ||
|
||
#define LLDB_REVISION "llvmorg-18-init-16003-gfc5f51cf5af4" | ||
#define LLDB_REVISION "llvmorg-18-init-16595-g7c00a5be5cde" | ||
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Local identifier in __FreeBSD_version style | ||
#define LLD_FREEBSD_VERSION 1500000 | ||
|
||
#define LLD_VERSION_STRING "18.0.0 (FreeBSD llvmorg-18-init-16003-gfc5f51cf5af4-" __XSTRING(LLD_FREEBSD_VERSION) ")" | ||
#define LLD_VERSION_STRING "18.0.0 (FreeBSD llvmorg-18-init-16595-g7c00a5be5cde-" __XSTRING(LLD_FREEBSD_VERSION) ")" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#define LLVM_REVISION "llvmorg-18-init-16003-gfc5f51cf5af4" | ||
#define LLVM_REVISION "llvmorg-18-init-16595-g7c00a5be5cde" | ||
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git" |