6.0.0 release (upstream r326565). Release notes for llvm, clang and lld will be available here soon: <http://releases.llvm.org/6.0.0/docs/ReleaseNotes.html> <http://releases.llvm.org/6.0.0/tools/clang/docs/ReleaseNotes.html> <http://releases.llvm.org/6.0.0/tools/lld/docs/ReleaseNotes.html> Relnotes: yes MFC after: 3 months X-MFC-With: r327952 PR: 224669
9 lines
208 B
PHP
9 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 "326565"
|
|
#define LLD_REPOSITORY_STRING "FreeBSD"
|