[llvm] [docs][CMake] Add CMakePreset, improve VS documentation (PR #84760)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 07:30:09 PDT 2024


================
@@ -119,7 +120,43 @@ These instruction were tested with Visual Studio 2019 and Python 3.9.6:
  Select the last link: ``Source code (zip)`` and unpack the downloaded file using
  Windows Explorer built-in zip support or any other unzip tool.
 
-12. Finally, configure LLVM using CMake:
+12. Open the LLVM folder in Visual Studio or configure LLVM with CMake.
+
+    Recently Visual Studio has added native support for CMake which will run and
+    manage the CMake settings for you instead of you manually having to generate
+    a Visual Studio Soluion. This is the recommended way to build and debug LLVM
----------------
sylvain-audi wrote:

Typo "Soluion"

https://github.com/llvm/llvm-project/pull/84760


More information about the llvm-commits mailing list