Version.inc revision 332899
1// $FreeBSD: stable/11/lib/clang/include/lld/Common/Version.inc 332899 2018-04-24 00:47:17Z emaste $
2
3#define LLD_VERSION 6.0.0
4#define LLD_VERSION_STRING "6.0.0"
5#define LLD_VERSION_MAJOR 6
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 "326565-1100001"
11