aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/include/VCSVersion.inc
blob: a19f84c71724d282f744cf3ad815c09be9440f39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $FreeBSD$

#define LLVM_REVISION "372316"
#define LLVM_REPOSITORY "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_900/final"

#define CLANG_REVISION "372316"
#define CLANG_REPOSITORY "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_900/final"

// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
#define LLD_REVISION "372316-1300004"
#define LLD_REPOSITORY "FreeBSD"

#define LLDB_REVISION "372316"
#define LLDB_REPOSITORY "https://llvm.org/svn/llvm-project/lldb/tags/RELEASE_900/final"