15 lines
559 B
C++
15 lines
559 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-10.0.1-rc1-0-gf79cd71e145"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-10.0.1-rc1-0-gf79cd71e145"
|
|
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION "llvmorg-10.0.1-rc1-0-gf79cd71e145-1300007"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-10.0.1-rc1-0-gf79cd71e145"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|