xref: /freebsd/lib/clang/include/lld/Common/Version.inc (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1// $FreeBSD$
2
3#define LLD_VERSION 8.0.1
4#define LLD_VERSION_STRING "8.0.1"
5#define LLD_VERSION_MAJOR 8
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 "366581-1300004"
11