File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ set(APPLECLANG_MIN 10.0)
12
12
set (APPLECLANG_SOFT_ERROR 10.0 )
13
13
14
14
# https://en.wikipedia.org/wiki/Microsoft_Visual_C#Internal_version_numbering
15
- # _MSC_VER == 1927 MSVC++ 14 .27 Visual Studio 2019 Version 16.7
16
- set (MSVC_MIN 19.27 )
17
- set (MSVC_SOFT_ERROR 19.27 )
15
+ # _MSC_VER == 1928 MSVC++ 19 .27 Visual Studio 2019 Version 16.8 + 16.9
16
+ set (MSVC_MIN 19.28 )
17
+ set (MSVC_SOFT_ERROR 19.28 )
18
18
19
19
set (LIBSTDCXX_MIN 7 )
20
20
set (LIBSTDCXX_SOFT_ERROR 7 )
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ popular host toolchains for specific minimum versions in our build systems:
356
356
* Clang 5.0
357
357
* Apple Clang 10.0
358
358
* GCC 7.4
359
- * Visual Studio 2019 16.7
359
+ * Visual Studio 2019 16.8
360
360
361
361
Anything older than these toolchains *may * work, but will require forcing the
362
362
build system with a special option and is not really a supported host platform.
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ Changes to LLVM infrastructure
113
113
Changes to building LLVM
114
114
------------------------
115
115
116
+ * Raised the minimum MSVC version to Visual Studio 2019 16.8.
117
+
116
118
Changes to TableGen
117
119
-------------------
118
120
You can’t perform that action at this time.
0 commit comments