[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
----------------
sylvain-audi wrote:
I would suggest replacing "recently" with e.g. a version number, to make the statement more time-resistant.
https://github.com/llvm/llvm-project/pull/84760
More information about the llvm-commits
mailing list