diff options
author | 2019-01-29 17:22:17 +0000 | |
---|---|---|
committer | 2019-01-29 17:22:17 +0000 | |
commit | deed7e83f1921f77b1270f66085c52bf1fbe491d (patch) | |
tree | 0def560f79d2270469c1734a3382ab72ccea3066 | |
parent | add an extra check for existing "api ..." line in the config. (diff) | |
download | wireguard-openbsd-deed7e83f1921f77b1270f66085c52bf1fbe491d.tar.xz wireguard-openbsd-deed7e83f1921f77b1270f66085c52bf1fbe491d.zip |
Correct LLVM backend version.
From Brad
-rw-r--r-- | gnu/usr.bin/clang/include/clang/Config/config.h | 2 |
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 */ |