[llvm] [docs][CMake] Add CMakePreset, improve VS documentation (PR #84760)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 07:30:08 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
+ in Visual Studio 2022.
+
+ If you want to generate a Visual Studio Solution for older versions of Visual
+ Studio or becasue that is a workflow that suites you better please refer to the
----------------
sylvain-audi wrote:
"that suites you" -> "that suits you"
https://github.com/llvm/llvm-project/pull/84760
More information about the llvm-commits
mailing list