]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/include/lld/Common/Version.inc
Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branch
[FreeBSD/FreeBSD.git] / lib / clang / include / lld / Common / Version.inc
1 // $FreeBSD$
2
3 #define LLD_VERSION 7.0.0
4 #define LLD_VERSION_STRING "7.0.0"
5 #define LLD_VERSION_MAJOR 7
6 #define LLD_VERSION_MINOR 0
7
8 #define LLD_REPOSITORY_STRING "FreeBSD"
9 // <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
10 #define LLD_REVISION_STRING "340910-1200005"