[Lldb-commits] [lldb] r359665 - Fix build URL in new LLDB website

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Wed May 1 02:55:00 PDT 2019


Author: teemperor
Date: Wed May  1 02:55:00 2019
New Revision: 359665

URL: http://llvm.org/viewvc/llvm-project?rev=359665&view=rev
Log:
Fix build URL in new LLDB website

Summary:
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.

Reviewers: teemperor

Reviewed By: teemperor

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D61368

Modified:
    lldb/trunk/INSTALL.txt

Modified: lldb/trunk/INSTALL.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/INSTALL.txt?rev=359665&r1=359664&r2=359665&view=diff
==============================================================================
--- lldb/trunk/INSTALL.txt (original)
+++ lldb/trunk/INSTALL.txt Wed May  1 02:55:00 2019
@@ -15,4 +15,4 @@ LLDB branch, according to the algorithm
 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




More information about the lldb-commits mailing list