Author: David Spickett Date: 2025-12-09T17:25:55Z New Revision: ab8208f4f13a256e923342e54439d17022befa01
URL: https://github.com/llvm/llvm-project/commit/ab8208f4f13a256e923342e54439d17022befa01 DIFF: https://github.com/llvm/llvm-project/commit/ab8208f4f13a256e923342e54439d17022befa01.diff LOG: [lldb][docs] Fix Visual Studio link in build doc Fixes warning: build.rst:107: WARNING: 'any' reference target not found: https://visualstudio.microsoft.com Added: Modified: lldb/docs/resources/build.rst Removed: ################################################################################ diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst index 2eb167709dbda..9f76b3a6719c6 100644 --- a/lldb/docs/resources/build.rst +++ b/lldb/docs/resources/build.rst @@ -104,7 +104,7 @@ Build Requirements Please follow the steps below if you only want to **build** lldb. -1. Install `Visual Studio <https://visualstudio.microsoft.com>` with the +1. Install `Visual Studio <https://visualstudio.microsoft.com>`_ with the "Desktop Development with C++" workload. Make sure that the latest Windows SDK and the Active Template Library (ATL) are installed. 2. Install `Git Bash <https://git-scm.com/install/windows>`_ and add _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
