2019-09-06 16:38:25 -04:00
|
|
|
// $FreeBSD$
|
|
|
|
|
|
2021-09-26 07:33:13 -04:00
|
|
|
#define LLVM_REVISION "llvmorg-13.0.0-0-gd7b669b3a303"
|
2019-12-22 06:50:44 -05:00
|
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
2019-09-06 16:38:25 -04:00
|
|
|
|
2021-09-26 07:33:13 -04:00
|
|
|
#define CLANG_REVISION "llvmorg-13.0.0-0-gd7b669b3a303"
|
2019-12-22 06:50:44 -05:00
|
|
|
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
2019-09-06 16:38:25 -04:00
|
|
|
|
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
2021-09-26 07:33:13 -04:00
|
|
|
#define LLD_REVISION "llvmorg-13.0.0-0-gd7b669b3a303-1400002"
|
2019-09-06 16:38:25 -04:00
|
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
|
|
2021-09-26 07:33:13 -04:00
|
|
|
#define LLDB_REVISION "llvmorg-13.0.0-0-gd7b669b3a303"
|
2019-12-22 06:50:44 -05:00
|
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|