summaryrefslogtreecommitdiffstats
path: root/lib/clang
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-02-26 22:46:01 +0000
committerdim <dim@FreeBSD.org>2015-02-26 22:46:01 +0000
commitcc46c91f2ea547421558375cab0af850ead420c6 (patch)
treec59e12224ddb52942cabd9d6f442d07b3215a02f /lib/clang
parenta6c8ba4a73b8f673a1ae361981cc018f36b039b9 (diff)
downloadFreeBSD-src-cc46c91f2ea547421558375cab0af850ead420c6.zip
FreeBSD-src-cc46c91f2ea547421558375cab0af850ead420c6.tar.gz
Minor updates to llvm's pregenerated config headers.
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/include/llvm/Config/config.h8
-rw-r--r--lib/clang/include/llvm/Config/llvm-config.h3
2 files changed, 9 insertions, 2 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index c6d500a..3fc38be 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -89,7 +89,9 @@
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <execinfo.h> header file. */
-/* #undef HAVE_EXECINFO_H */
+#if __FreeBSD_version >= 1000052
+#define HAVE_EXECINFO_H 1
+#endif
/* Define to 1 if you have the `exp' function. */
#define HAVE_EXP 1
@@ -122,7 +124,9 @@
#define HAVE_FMODF 1
/* Define to 1 if you have the `futimens' function. */
-/* #undef HAVE_FUTIMENS */
+#if __FreeBSD_version >= 1100056
+#define HAVE_FUTIMENS 1
+#endif
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h
index 1fb23e2..ba95263 100644
--- a/lib/clang/include/llvm/Config/llvm-config.h
+++ b/lib/clang/include/llvm/Config/llvm-config.h
@@ -94,6 +94,9 @@
/* Minor version of the LLVM API */
#define LLVM_VERSION_MINOR 6
+/* Patch version of the LLVM API */
+#define LLVM_VERSION_PATCH 0
+
/* LLVM version string */
#define LLVM_VERSION_STRING "3.6.0"
OpenPOWER on IntegriCloud