39b7445e15
There were no functional changes after 11.0.1 rc2, so only the version strings changed. MFC after: 4 weeks X-MFC-With: r364284
15 lines
547 B
C++
15 lines
547 B
C++
// $FreeBSD$
|
|
|
|
#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-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-0-g43ff75f2c3fe-1300007"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|