xref: /freebsd/lib/clang/include/VCSVersion.inc (revision fb3a446a37435ab14427e27dc1a11eebb210b356)
1*fb3a446aSDimitry Andric// $FreeBSD$
2*fb3a446aSDimitry Andric
3*fb3a446aSDimitry Andric#define LLVM_REVISION "370514"
4*fb3a446aSDimitry Andric#define LLVM_REPOSITORY "https://llvm.org/svn/llvm-project/llvm/branches/release_90"
5*fb3a446aSDimitry Andric
6*fb3a446aSDimitry Andric#define CLANG_REVISION "370514"
7*fb3a446aSDimitry Andric#define CLANG_REPOSITORY "https://llvm.org/svn/llvm-project/cfe/branches/release_90"
8*fb3a446aSDimitry Andric
9*fb3a446aSDimitry Andric// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
10*fb3a446aSDimitry Andric#define LLD_REVISION "370514-1300004"
11*fb3a446aSDimitry Andric#define LLD_REPOSITORY "FreeBSD"
12*fb3a446aSDimitry Andric
13*fb3a446aSDimitry Andric#define LLDB_REVISION "370514"
14*fb3a446aSDimitry Andric#define LLDB_REPOSITORY "https://llvm.org/svn/llvm-project/lldb/branches/release_90"
15