[Lldb-commits] [PATCH] D114639: Raise the minimum Visual Studio version to VS2019
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 27 19:16:47 PST 2022
stella.stamenova added inline comments.
================
Comment at: lldb/docs/resources/build.rst:296
- $ cmake -G "Visual Studio 15 2017 Win64" -Thost=x64 <cmake variables> <path to root of llvm source tree>
+ $ cmake -G "Visual Studio 16 2019 Win64" -Thost=x64 <cmake variables> <path to root of llvm source tree>
----------------
This line should change a bit more. For VS2019, it also needs to include `-A 64` like so: `cmake -G "Visual Studio 16 2019" -A x64 -T host=x64`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114639/new/
https://reviews.llvm.org/D114639
More information about the lldb-commits
mailing list