Instead of using just the long upstream commit hash for LLVM component
versions, use "git describe --tags --long" output, which is more descriptive. E.g., "90c78073f73eac58f4f8b4772a896dc8aac023bc" becomes "llvmorg-10.0.0-rc2-0-g90c78073f73".
This commit is contained in:
parent
9caf7b3610
commit
c0ac260c74
@ -1,14 +1,14 @@
|
||||
// $FreeBSD$
|
||||
|
||||
#define LLVM_REVISION "90c78073f73eac58f4f8b4772a896dc8aac023bc"
|
||||
#define LLVM_REVISION "llvmorg-10.0.0-rc2-0-g90c78073f73"
|
||||
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
||||
#define CLANG_REVISION "90c78073f73eac58f4f8b4772a896dc8aac023bc"
|
||||
#define CLANG_REVISION "llvmorg-10.0.0-rc2-0-g90c78073f73"
|
||||
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
||||
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
||||
#define LLD_REVISION "90c78073f73eac58f4f8b4772a896dc8aac023bc-1300007"
|
||||
#define LLD_REVISION "llvmorg-10.0.0-rc2-0-g90c78073f73-1300007"
|
||||
#define LLD_REPOSITORY "FreeBSD"
|
||||
|
||||
#define LLDB_REVISION "90c78073f73eac58f4f8b4772a896dc8aac023bc"
|
||||
#define LLDB_REVISION "llvmorg-10.0.0-rc2-0-g90c78073f73"
|
||||
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
@ -1,3 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
#define LLVM_REVISION "90c78073f73eac58f4f8b4772a896dc8aac023bc"
|
||||
#define LLVM_REVISION "llvmorg-10.0.0-rc2-0-g90c78073f73"
|
||||
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
||||
|
Loading…
Reference in New Issue
Block a user