mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 01:00:30 -04:00
Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release)
There were no functional changes after 11.0.1 rc2, so only the version strings changed. MFC after: 4 weeks X-MFC-With: r364284
This commit is contained in:
parent
c763f99d11
commit
39b7445e15
2 changed files with 5 additions and 5 deletions
|
|
@ -1,14 +1,14 @@
|
|||
// $FreeBSD$
|
||||
|
||||
#define LLVM_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
|
||||
#define LLVM_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
|
||||
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
||||
#define CLANG_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
|
||||
#define CLANG_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
|
||||
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
||||
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
||||
#define LLD_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f-1300007"
|
||||
#define LLD_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe-1300007"
|
||||
#define LLD_REPOSITORY "FreeBSD"
|
||||
|
||||
#define LLDB_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
|
||||
#define LLDB_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
|
||||
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
/* $FreeBSD$ */
|
||||
#define LLVM_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
|
||||
#define LLVM_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
|
||||
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
|
|
|||
Loading…
Reference in a new issue