llvm-project/lldb/docs/resources
Simon Pilgrim 058c5dfc78 Raise the minimum Visual Studio version to VS2019
As raised here: https://lists.llvm.org/pipermail/llvm-dev/2021-November/153881.html

Now that VS2022 is on general release, LLVM is expected to build on VS2017, VS2019 and VS2022, which is proving hazardous to maintain due to changes in behaviour including preprocessor and constexpr changes. Plus of the few developers that work with VS, many have already moved to VS2019/22.

This patch proposes to raise the minimum supported version to VS2019 (16.x) - I've made the hard limit 16.0 or later, with the soft limit VS2019 16.7 - older versions of VS2019 are "allowed" (at your own risk) via the LLVM_FORCE_USE_OLD_TOOLCHAIN cmake flag.

Differential Revision: https://reviews.llvm.org/D114639
2022-01-29 10:56:41 +00:00
..
bots.rst [lldb/Docs] Update docs with new buildbot URLs 2021-03-17 20:09:03 +01:00
build.rst Raise the minimum Visual Studio version to VS2019 2022-01-29 10:56:41 +00:00
caveats.rst [lldb] Fix typos in documentation (NFC) 2021-03-01 23:40:29 -08:00
contributing.rst [lldb] Fix typos in documentation (NFC) 2021-03-01 23:40:29 -08:00
test.rst Raise the minimum Visual Studio version to VS2019 2022-01-29 10:56:41 +00:00