[Lldb-commits] [lldb] 34f8469 - [lldb] Link back to the LLVM Project and Developer Policy from the docs

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 22 11:42:51 PDT 2023


Author: Jonas Devlieghere
Date: 2023-08-22T11:42:46-07:00
New Revision: 34f84697c37ece745e1c66a36b0faca281e8da3e

URL: https://github.com/llvm/llvm-project/commit/34f84697c37ece745e1c66a36b0faca281e8da3e
DIFF: https://github.com/llvm/llvm-project/commit/34f84697c37ece745e1c66a36b0faca281e8da3e.diff

LOG: [lldb] Link back to the LLVM Project and Developer Policy from the docs

Add backlinks to the LLVM Project and the LLVM Developer Policy from the
docs. As suggested by Tanya on Discourse:
https://discourse.llvm.org/t/rfc-revamping-lldbs-website/72899.

Differential revision: https://reviews.llvm.org/D158467

Added: 
    

Modified: 
    lldb/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 80adf4135c37c9..e12a4569cfdd2e 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -6,8 +6,9 @@ The LLDB Debugger
 Welcome to the LLDB documentation!
 
 LLDB is a next generation, high-performance debugger. It is built as a set of
-reusable components which highly leverage existing libraries in the larger LLVM
-Project, such as the Clang expression parser and LLVM disassembler.
+reusable components which highly leverage existing libraries in the larger
+`LLVM Project <https://llvm.org>`_, such as the Clang expression parser and
+LLVM disassembler.
 
 LLDB is the default debugger in Xcode on macOS and supports debugging C,
 Objective-C and C++ on the desktop and iOS devices and simulator.
@@ -163,5 +164,6 @@ interesting areas to contribute to lldb.
    Source Code <https://github.com/llvm/llvm-project>
    Releases <https://github.com/llvm/llvm-project/releases>
    Discussion Forums <https://discourse.llvm.org/c/subprojects/lldb/8>
+   Developer Policy <https://llvm.org/docs/DeveloperPolicy.html>
    Bug Reports <https://github.com/llvm/llvm-project/issues/labels/lldb/>
    Code Reviews <https://reviews.llvm.org>


        


More information about the lldb-commits mailing list