forked from OSchip/llvm-project
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 llvm-svn: 359665
This commit is contained in:
parent
c53f8db770
commit
290be2a3b7
|
@ -15,4 +15,4 @@ LLDB branch, according to the algorithm in scripts/Xcode/repo.py.
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue