aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/include/llvm/Config/config.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-01-20 18:34:30 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-01-20 18:34:30 +0000
commit0bf31f1fdc564a483d21d8a13a22ab06d0129cb1 (patch)
tree01a7e4c2afa4ea7d885845774d0ff2ac202fd7da /lib/clang/include/llvm/Config/config.h
parent763d4102c9736544f95a61d4d0a9a5be8c5a5df1 (diff)
downloadsrc-0bf31f1fdc564a483d21d8a13a22ab06d0129cb1.tar.gz
src-0bf31f1fdc564a483d21d8a13a22ab06d0129cb1.zip
Update version numbers, and regenerate config headers for llvm, clang,
lld and lldb. Update ObsoleteFiles.inc and OptionalObsoleteFiles.inc.
Notes
Notes: svn path=/projects/clang800-import/; revision=343220
Diffstat (limited to 'lib/clang/include/llvm/Config/config.h')
-rw-r--r--lib/clang/include/llvm/Config/config.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index d1048d8f635b..21e7df820564 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -14,6 +14,9 @@
/* Define to 1 to enable crash overrides, and to 0 otherwise. */
#define ENABLE_CRASH_OVERRIDES 1
+/* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
+#define LLVM_ENABLE_CRASH_DUMPS 0
+
/* Define to 1 if you have the `backtrace' function. */
#define HAVE_BACKTRACE TRUE
@@ -208,6 +211,12 @@
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
+/* Define to 1 if stat struct has st_mtimespec member .*/
+#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
+
+/* Define to 1 if stat struct has st_mtim member. */
+#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
@@ -321,10 +330,10 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 7.0.1"
+#define PACKAGE_STRING "LLVM 8.0.0svn"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "7.0.1"
+#define PACKAGE_VERSION "8.0.0svn"
/* Define to the vendor of this package. */
/* #undef PACKAGE_VENDOR */