summaryrefslogtreecommitdiffstats
path: root/lib/clang/include/llvm/Config/llvm-config.h
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-12-30 18:23:01 +0000
committerdim <dim@FreeBSD.org>2015-12-30 18:23:01 +0000
commit1cda9aeca98f18f3de32e295d5c9d0fc0c5d3ba6 (patch)
tree05a6e3239a0bb9c41de0e378e00b5babc0fd01db /lib/clang/include/llvm/Config/llvm-config.h
parent76462f9f2c986bf9be2918a2c00da5b9c187e12e (diff)
downloadFreeBSD-src-1cda9aeca98f18f3de32e295d5c9d0fc0c5d3ba6.zip
FreeBSD-src-1cda9aeca98f18f3de32e295d5c9d0fc0c5d3ba6.tar.gz
Update clang's Version.inc file, and regenerate various generated
configuration headers (these used to be generated by autoconf, but upstream has deprecated autoconf in favor of CMake).
Diffstat (limited to 'lib/clang/include/llvm/Config/llvm-config.h')
-rw-r--r--lib/clang/include/llvm/Config/llvm-config.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h
index 36bcda7..05837d9 100644
--- a/lib/clang/include/llvm/Config/llvm-config.h
+++ b/lib/clang/include/llvm/Config/llvm-config.h
@@ -1,5 +1,3 @@
-/* $FreeBSD$ */
-/* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */
/*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
/* */
/* The LLVM Compiler Infrastructure */
@@ -31,8 +29,9 @@
/* Installation directory for documentation */
/* #undef LLVM_DOCSDIR */
-/* Define to enable checks that alter the LLVM C++ ABI */
-#define LLVM_ENABLE_ABI_BREAKING_CHECKS 1
+/* Define if LLVM is built with asserts and checks that change the layout of
+ client-visible data structures. */
+#define LLVM_ENABLE_ABI_BREAKING_CHECKS
/* Define if threads enabled */
#define LLVM_ENABLE_THREADS 1
@@ -86,21 +85,24 @@
#define LLVM_PREFIX "/usr"
/* Define if we have the Intel JIT API runtime support library */
-#define LLVM_USE_INTEL_JITEVENTS 0
+/* #undef LLVM_USE_INTEL_JITEVENTS */
/* Define if we have the oprofile JIT-support library */
-#define LLVM_USE_OPROFILE 0
+/* #undef LLVM_USE_OPROFILE */
/* Major version of the LLVM API */
#define LLVM_VERSION_MAJOR 3
/* Minor version of the LLVM API */
-#define LLVM_VERSION_MINOR 7
+#define LLVM_VERSION_MINOR 8
/* Patch version of the LLVM API */
-#define LLVM_VERSION_PATCH 1
+#define LLVM_VERSION_PATCH 0
/* LLVM version string */
-#define LLVM_VERSION_STRING "3.7.1"
+#define LLVM_VERSION_STRING "3.8.0svn"
+
+/* Define if we link Polly to the tools */
+/* #undef LINK_POLLY_INTO_TOOLS */
#endif
OpenPOWER on IntegriCloud