svn commit: r317853 - projects/clang500-import/lib/clang/include/llvm/Config
Dimitry Andric
dim at FreeBSD.org
Fri May 5 20:45:57 UTC 2017
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
More information about the svn-src-projects
mailing list