opnsense-src/lib/clang/include/lld/Common/Version.inc
Dimitry Andric 30785c0e2b Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_60 r321788,
update build glue and version numbers.
2018-01-06 23:44:14 +00:00

8 lines
208 B
PHP

// $FreeBSD$
#define LLD_VERSION 6.0.0
#define LLD_VERSION_STRING "6.0.0"
#define LLD_VERSION_MAJOR 6
#define LLD_VERSION_MINOR 0
#define LLD_REVISION_STRING "321788"
#define LLD_REPOSITORY_STRING "FreeBSD"