release/11.x llvmorg-11.0.0-0-g176249bd673 (aka 11.0.0 release). MFC after: 4 weeks X-MFC-With: r364284
15 lines
543 B
C++
15 lines
543 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-11.0.0-0-g176249bd673"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-11.0.0-0-g176249bd673"
|
|
#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.0-0-g176249bd673-1300007"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-11.0.0-0-g176249bd673"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|