Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2017 20:45:55 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r317853 - projects/clang500-import/lib/clang/include/llvm/Config
Message-ID:  <201705052045.v45Kjttf051767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Fri May  5 20:45:55 2017
New Revision: 317853
URL: https://svnweb.freebsd.org/changeset/base/317853

Log:
  Regenerate llvm's config.h file.

Modified:
  projects/clang500-import/lib/clang/include/llvm/Config/config.h

Modified: projects/clang500-import/lib/clang/include/llvm/Config/config.h
==============================================================================
--- projects/clang500-import/lib/clang/include/llvm/Config/config.h	Fri May  5 20:41:29 2017	(r317852)
+++ projects/clang500-import/lib/clang/include/llvm/Config/config.h	Fri May  5 20:45:55 2017	(r317853)
@@ -65,9 +65,6 @@
 /* Define to 1 if you have the <errno.h> header file. */
 #define HAVE_ERRNO_H 1
 
-/* Define to 1 if you have the <execinfo.h> header file. */
-/* #undef HAVE_EXECINFO_H */
-
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
@@ -397,6 +394,9 @@
 /* LLVM version information */
 /* #undef LLVM_VERSION_INFO */
 
+/* Whether tools show host and target info when invoked with --version */
+#define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1
+
 /* Major version of the LLVM API */
 #define LLVM_VERSION_MAJOR 5
 



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