[Lldb-commits] [lldb] 2882bb1 - [lldb][docs] Add link to LoongArch tracking issue
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 04:48:25 PDT 2024
Author: David Spickett
Date: 2024-10-17T12:48:03+01:00
New Revision: 2882bb192b07674bc11fd5ddd5a4fa6cea194628
URL: https://github.com/llvm/llvm-project/commit/2882bb192b07674bc11fd5ddd5a4fa6cea194628
DIFF: https://github.com/llvm/llvm-project/commit/2882bb192b07674bc11fd5ddd5a4fa6cea194628.diff
LOG: [lldb][docs] Add link to LoongArch tracking issue
https://github.com/llvm/llvm-project/issues/112693 will be
tracking the overall state of LoongArch support.
This means anyone can check without having to track down
an expert.
Added:
Modified:
lldb/docs/index.rst
Removed:
################################################################################
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 2c7d7dbfad9a50..b91077d660894a 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -81,9 +81,11 @@ are welcome:
expected to work, with functionality improving rapidly. ARM and AArch64 support
is more experimental, with more known issues than the others.
-RISC-V support is in active development, refer to the
-`tracking issue <https://github.com/llvm/llvm-project/issues/55383>`_
-for the current status.
+Support for the following architectures is in active development. For their
+current state, follow the links to their respective issues:
+
+* `RISC-V <https://github.com/llvm/llvm-project/issues/55383>`_
+* `LoongArch <https://github.com/llvm/llvm-project/issues/112693>`_
Get Involved
------------
More information about the lldb-commits
mailing list