summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2019-01-29 17:22:18 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2019-01-29 17:22:18 +0000
commit6fad50020af47cae6ca37120876136df7e8aac61 (patch)
tree1128aab8f47214546e39bea3c0166d89af90760a /gnu
parent4299f6f8ca3c3b9615a07d8de3fe9ca93a467769 (diff)
Correct LLVM backend version.
From Brad
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/clang/include/clang/Config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/clang/include/clang/Config/config.h b/gnu/usr.bin/clang/include/clang/Config/config.h
index 9ce8435cb6c..9eec8731cdb 100644
--- a/gnu/usr.bin/clang/include/clang/Config/config.h
+++ b/gnu/usr.bin/clang/include/clang/Config/config.h
@@ -61,7 +61,7 @@
#define CLANG_HAVE_RLIMITS 1
/* The LLVM product name and version */
-#define BACKEND_PACKAGE_STRING "LLVM 7.0.0"
+#define BACKEND_PACKAGE_STRING "LLVM 7.0.1"
/* Linker version detected at compile time. */
/* #undef HOST_LINK_VERSION */