diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-12-22 11:50:44 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-12-22 11:50:44 +0000 |
| commit | c14a5a8800a0f7a007f8cd197b4cad4d26a78f8c (patch) | |
| tree | a1dde3bcaa50b579a1c761196c9bb100d2021707 /lib/clang/include/llvm/Config | |
| parent | 3cf3b4e6419d14ed25c0b67b84763b3be937c8b5 (diff) | |
| parent | b96995b67f15110f39c41149543e19c8189abdaf (diff) | |
Notes
Diffstat (limited to 'lib/clang/include/llvm/Config')
| -rw-r--r-- | lib/clang/include/llvm/Config/config.h | 4 | ||||
| -rw-r--r-- | lib/clang/include/llvm/Config/llvm-config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h index 05c9d0f5ec6a7..d4bfec5b1e778 100644 --- a/lib/clang/include/llvm/Config/config.h +++ b/lib/clang/include/llvm/Config/config.h @@ -322,10 +322,10 @@ #define PACKAGE_NAME "LLVM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LLVM 9.0.0" +#define PACKAGE_STRING "LLVM 9.0.1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.0.0" +#define PACKAGE_VERSION "9.0.1" /* Define to the vendor of this package. */ /* #undef PACKAGE_VENDOR */ diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h index 4ec04d91c1d40..20d30709a54dd 100644 --- a/lib/clang/include/llvm/Config/llvm-config.h +++ b/lib/clang/include/llvm/Config/llvm-config.h @@ -73,10 +73,10 @@ #define LLVM_VERSION_MINOR 0 /* Patch version of the LLVM API */ -#define LLVM_VERSION_PATCH 0 +#define LLVM_VERSION_PATCH 1 /* LLVM version string */ -#define LLVM_VERSION_STRING "9.0.0" +#define LLVM_VERSION_STRING "9.0.1" /* Whether LLVM records statistics for use with GetStatistics(), * PrintStatistics() or PrintStatisticsJSON() |
