summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/include/llvm/Config/llvm-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/include/llvm/Config/llvm-config.h')
-rw-r--r--gnu/usr.bin/clang/include/llvm/Config/llvm-config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/clang/include/llvm/Config/llvm-config.h b/gnu/usr.bin/clang/include/llvm/Config/llvm-config.h
index 42c0a221565..44ca3837477 100644
--- a/gnu/usr.bin/clang/include/llvm/Config/llvm-config.h
+++ b/gnu/usr.bin/clang/include/llvm/Config/llvm-config.h
@@ -14,6 +14,8 @@
#ifndef LLVM_CONFIG_H
#define LLVM_CONFIG_H
+/* Define if LLVM_ENABLE_DUMP is enabled */
+/* #undef LLVM_ENABLE_DUMP */
/* Define if we link Polly to the tools */
/* #undef LINK_POLLY_INTO_TOOLS */
@@ -64,16 +66,16 @@
#define LLVM_USE_OPROFILE 0
/* Major version of the LLVM API */
-#define LLVM_VERSION_MAJOR 5
+#define LLVM_VERSION_MAJOR 6
/* Minor version of the LLVM API */
#define LLVM_VERSION_MINOR 0
/* Patch version of the LLVM API */
-#define LLVM_VERSION_PATCH 1
+#define LLVM_VERSION_PATCH 0
/* LLVM version string */
-#define LLVM_VERSION_STRING "5.0.1"
+#define LLVM_VERSION_STRING "6.0.0"
/* Define if we link Polly to the tools */
/* #undef LINK_POLLY_INTO_TOOLS */