Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2016 21:06:19 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r305088 - in projects/clang390-import/lib/clang/include/lld: . Config
Message-ID:  <201608302106.u7UL6JwP058742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608302106.u7UL6JwP058742>