]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/include/lld/Config/Version.inc
Merge llvm, clang, lld and lldb trunk r300890, and update build glue.
[FreeBSD/FreeBSD.git] / lib / clang / include / lld / Config / Version.inc
1 // $FreeBSD$
2
3 #define LLD_VERSION 5.0.0
4 #define LLD_VERSION_STRING "5.0.0"
5 #define LLD_VERSION_MAJOR 5
6 #define LLD_VERSION_MINOR 0
7 #define LLD_REVISION_STRING "300890"
8 #define LLD_REPOSITORY_STRING "FreeBSD"