2019-09-06 16:38:25 -04:00
|
|
|
// $FreeBSD$
|
|
|
|
|
|
2020-08-15 08:29:55 -04:00
|
|
|
#define LLVM_REVISION "llvmorg-11.0.0-rc1-47-gff47911ddfc"
|
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
|
|
|
|
2020-08-15 08:29:55 -04:00
|
|
|
#define CLANG_REVISION "llvmorg-11.0.0-rc1-47-gff47911ddfc"
|
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>
|
2020-08-15 08:29:55 -04:00
|
|
|
#define LLD_REVISION "llvmorg-11.0.0-rc1-47-gff47911ddfc-1300007"
|
2019-09-06 16:38:25 -04:00
|
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
|
|
2020-08-15 08:29:55 -04:00
|
|
|
#define LLDB_REVISION "llvmorg-11.0.0-rc1-47-gff47911ddfc"
|
2019-12-22 06:50:44 -05:00
|
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|