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)
1212set (APPLECLANG_SOFT_ERROR 10.0)
1313
1414# 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 )
1818
1919set (LIBSTDCXX_MIN 7)
2020set (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:
356356* Clang 5.0
357357* Apple Clang 10.0
358358* GCC 7.4
359- * Visual Studio 2019 16.7
359+ * Visual Studio 2019 16.8
360360
361361Anything older than these toolchains *may * work, but will require forcing the
362362build 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
113113Changes to building LLVM
114114------------------------
115115
116+ * Raised the minimum MSVC version to Visual Studio 2019 16.8.
117+
116118Changes to TableGen
117119-------------------
118120
You can’t perform that action at this time.
0 commit comments