[PATCH] D114639: Raise the minimum Visual Studio version to VS2019
    Stella Stamenova via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 28 09:54:29 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" -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
    
    
More information about the llvm-commits
mailing list