svn commit: r280468 - in projects/lld-import/lib/clang/include/lld: . Config
Dimitry Andric
dim at FreeBSD.org
Tue Mar 24 21:57:18 UTC 2015
Author: dim
Date: Tue Mar 24 21:57:17 2015
New Revision: 280468
URL: https://svnweb.freebsd.org/changeset/base/280468
Log:
Add pregenerated Version.inc for lld.
Added:
projects/lld-import/lib/clang/include/lld/
projects/lld-import/lib/clang/include/lld/Config/
projects/lld-import/lib/clang/include/lld/Config/Version.inc (contents, props changed)
Added: projects/lld-import/lib/clang/include/lld/Config/Version.inc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/lld-import/lib/clang/include/lld/Config/Version.inc Tue Mar 24 21:57:17 2015 (r280468)
@@ -0,0 +1,7 @@
+/* $FreeBSD$ */
+
+#define LLD_VERSION 3.7.0
+#define LLD_VERSION_MAJOR 3
+#define LLD_VERSION_MINOR 7
+#define LLD_REVISION_STRING "233088"
+#define LLD_REPOSITORY_STRING "https://llvm.org/svn/llvm-project/lld/trunk"
More information about the svn-src-projects
mailing list