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" -A x64 -T host=x64 -Thost=x64 <cmake variables> <path to root of llvm source tree> ---------------- You accidentally added `-T host=x64` twice now. It can be included with or without the space, but it's only needed once. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D114639/new/ https://reviews.llvm.org/D114639 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits