2019-09-06 16:38:25 -04:00
|
|
|
// $FreeBSD$
|
|
|
|
|
|
2021-07-16 12:29:42 -04:00
|
|
|
#define LLVM_REVISION "llvmorg-12.0.1-0-gfed41342a82f"
|
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-07-16 12:29:42 -04:00
|
|
|
#define CLANG_REVISION "llvmorg-12.0.1-0-gfed41342a82f"
|
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-08-07 13:14:31 -04:00
|
|
|
#define LLD_REVISION "llvmorg-12.0.1-0-gfed41342a82f-1400002"
|
2019-09-06 16:38:25 -04:00
|
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
|
|
2021-07-16 12:29:42 -04:00
|
|
|
#define LLDB_REVISION "llvmorg-12.0.1-0-gfed41342a82f"
|
2019-12-22 06:50:44 -05:00
|
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|