svn commit: r305088 - in projects/clang390-import/lib/clang/include/lld: . Config

Ed Maste emaste at FreeBSD.org
Tue Aug 30 21:06:20 UTC 2016


Author: emaste
Date: Tue Aug 30 21:06:19 2016
New Revision: 305088
URL: https://svnweb.freebsd.org/changeset/base/305088

Log:
  Add Version.inc to set lld's version information
  
  We might want to generate this file at build time, but for now just
  provide a static copy as done with other version files.
  
  Sponsored by:	The FreeBSD Foundation

Added:
  projects/clang390-import/lib/clang/include/lld/
  projects/clang390-import/lib/clang/include/lld/Config/
  projects/clang390-import/lib/clang/include/lld/Config/Version.inc   (contents, props changed)

Added: projects/clang390-import/lib/clang/include/lld/Config/Version.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/clang390-import/lib/clang/include/lld/Config/Version.inc	Tue Aug 30 21:06:19 2016	(r305088)
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+#define LLD_VERSION 3.9
+#define LLD_VERSION_MAJOR 3
+#define LLD_VERSION_MINOR 9
+#define LLD_REVISION_STRING "3.9"
+#define LLD_REPOSITORY_STRING "FreeBSD"
+


More information about the svn-src-projects mailing list