[Lldb-commits] [PATCH] D61368: Fix build URL in new LLDB website

Konrad Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 1 00:58:35 PDT 2019


kkleine created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

After the LLDB website was migrated to be generated by Sphinx the build.html file lives in another location.

See http://lists.llvm.org/pipermail/lldb-dev/2019-April/014992.html.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61368

Files:
  lldb/INSTALL.txt


Index: lldb/INSTALL.txt
===================================================================
--- lldb/INSTALL.txt
+++ lldb/INSTALL.txt
@@ -15,4 +15,4 @@
 For instructions to build LLDB on Linux, or more details about supported
 compiler versions, other dependencies, and build flags, see:
 
-    http://lldb.llvm.org/build.html
+    https://lldb.llvm.org/resources/build.html


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61368.197512.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190501/f3550a29/attachment.bin>


More information about the lldb-commits mailing list