svn commit: r294171 - in projects/clang380-import/lib/clang/include: clang/Basic clang/Config llvm/Config

Dimitry Andric dim at FreeBSD.org
Sat Jan 16 17:49:31 UTC 2016


Author: dim
Date: Sat Jan 16 17:49:29 2016
New Revision: 294171
URL: https://svnweb.freebsd.org/changeset/base/294171

Log:
  Update llvm/clang build glue.

Modified:
  projects/clang380-import/lib/clang/include/clang/Basic/Version.inc
  projects/clang380-import/lib/clang/include/clang/Config/config.h
  projects/clang380-import/lib/clang/include/llvm/Config/config.h
  projects/clang380-import/lib/clang/include/llvm/Config/llvm-config.h

Modified: projects/clang380-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang380-import/lib/clang/include/clang/Basic/Version.inc	Sat Jan 16 17:48:57 2016	(r294170)
+++ projects/clang380-import/lib/clang/include/clang/Basic/Version.inc	Sat Jan 16 17:49:29 2016	(r294171)
@@ -7,4 +7,4 @@
 
 #define	CLANG_VENDOR			"FreeBSD "
 
-#define	SVN_REVISION			"257626"
+#define	SVN_REVISION			"257836"

Modified: projects/clang380-import/lib/clang/include/clang/Config/config.h
==============================================================================
--- projects/clang380-import/lib/clang/include/clang/Config/config.h	Sat Jan 16 17:48:57 2016	(r294170)
+++ projects/clang380-import/lib/clang/include/clang/Config/config.h	Sat Jan 16 17:49:29 2016	(r294171)
@@ -31,7 +31,7 @@
 /* #undef CLANG_HAVE_LIBXML */
 
 /* The LLVM product name and version */
-#define BACKEND_PACKAGE_STRING "LLVM 3.8.0svn"
+#define BACKEND_PACKAGE_STRING "LLVM 3.8.0"
 
 /* Linker version detected at compile time. */
 /* #undef HOST_LINK_VERSION */

Modified: projects/clang380-import/lib/clang/include/llvm/Config/config.h
==============================================================================
--- projects/clang380-import/lib/clang/include/llvm/Config/config.h	Sat Jan 16 17:48:57 2016	(r294170)
+++ projects/clang380-import/lib/clang/include/llvm/Config/config.h	Sat Jan 16 17:49:29 2016	(r294171)
@@ -510,7 +510,7 @@
 #define LLVM_VERSION_PATCH 0
 
 /* LLVM version string */
-#define LLVM_VERSION_STRING "3.8.0svn"
+#define LLVM_VERSION_STRING "3.8.0"
 
 /* Define if we link Polly to the tools */
 /* #undef LINK_POLLY_INTO_TOOLS */
@@ -542,13 +542,13 @@
 #define PACKAGE_NAME "LLVM"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 3.8.0svn"
+#define PACKAGE_STRING "LLVM 3.8.0"
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.8.0svn"
+#define PACKAGE_VERSION "3.8.0"
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #define RETSIGTYPE void

Modified: projects/clang380-import/lib/clang/include/llvm/Config/llvm-config.h
==============================================================================
--- projects/clang380-import/lib/clang/include/llvm/Config/llvm-config.h	Sat Jan 16 17:48:57 2016	(r294170)
+++ projects/clang380-import/lib/clang/include/llvm/Config/llvm-config.h	Sat Jan 16 17:49:29 2016	(r294171)
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
 /*                                                                            */
 /*                     The LLVM Compiler Infrastructure                       */
@@ -100,7 +101,7 @@
 #define LLVM_VERSION_PATCH 0
 
 /* LLVM version string */
-#define LLVM_VERSION_STRING "3.8.0svn"
+#define LLVM_VERSION_STRING "3.8.0"
 
 /* Define if we link Polly to the tools */
 /* #undef LINK_POLLY_INTO_TOOLS */


More information about the svn-src-projects mailing list