-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge llvm-project release/18.x llvmorg-18-init-18361-g22683463740e
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvm-project release/18.x llvmorg-18-init-18361-g22683463740e. PR: 276104 MFC after: 1 month (cherry picked from commit 878ed49)
- Loading branch information
1 parent
3f37aa8
commit 3f2e8ce
Showing
8 changed files
with
16 additions
and
16 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
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-18359-g93248729cfae" | ||
#define LLVM_REVISION "llvmorg-18-init-18361-g22683463740e" | ||
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git" | ||
|
||
#define CLANG_REVISION "llvmorg-18-init-18359-g93248729cfae" | ||
#define CLANG_REVISION "llvmorg-18-init-18361-g22683463740e" | ||
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git" | ||
|
||
#define LLDB_REVISION "llvmorg-18-init-18359-g93248729cfae" | ||
#define LLDB_REVISION "llvmorg-18-init-18361-g22683463740e" | ||
#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,8 +1,8 @@ | ||
#define CLANG_VERSION 18.0.0git | ||
#define CLANG_VERSION_STRING "18.0.0git" | ||
#define CLANG_VERSION 18.1.0rc | ||
#define CLANG_VERSION_STRING "18.1.0rc" | ||
#define CLANG_VERSION_MAJOR 18 | ||
#define CLANG_VERSION_MAJOR_STRING "18" | ||
#define CLANG_VERSION_MINOR 0 | ||
#define CLANG_VERSION_MINOR 1 | ||
#define CLANG_VERSION_PATCHLEVEL 0 | ||
|
||
#define CLANG_VENDOR "FreeBSD " |
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 1400006 | ||
|
||
#define LLD_VERSION_STRING "18.0.0 (FreeBSD llvmorg-18-init-18359-g93248729cfae-" __XSTRING(LLD_FREEBSD_VERSION) ")" | ||
#define LLD_VERSION_STRING "18.1.0 (FreeBSD llvmorg-18-init-18361-g22683463740e-" __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,6 +1,6 @@ | ||
#define LLDB_VERSION 18.0.0git | ||
#define LLDB_VERSION_STRING "18.0.0git" | ||
#define LLDB_VERSION 18.1.0rc | ||
#define LLDB_VERSION_STRING "18.1.0rc" | ||
#define LLDB_VERSION_MAJOR 18 | ||
#define LLDB_VERSION_MINOR 0 | ||
#define LLDB_VERSION_MINOR 1 | ||
#define LLDB_VERSION_PATCH 0 | ||
/* #undef LLDB_FULL_VERSION_STRING */ |
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
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
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-18359-g93248729cfae" | ||
#define LLVM_REVISION "llvmorg-18-init-18361-g22683463740e" | ||
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git" |