[Lldb-commits] [lldb] 993de55 - [lldb][docs] Add link to RISC-V tracking issue in Platform Support
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 02:23:46 PDT 2024
Author: David Spickett
Date: 2024-10-10T10:21:41+01:00
New Revision: 993de5512d81f4582373aa8bd7507e5aa44311ab
URL: https://github.com/llvm/llvm-project/commit/993de5512d81f4582373aa8bd7507e5aa44311ab
DIFF: https://github.com/llvm/llvm-project/commit/993de5512d81f4582373aa8bd7507e5aa44311ab.diff
LOG: [lldb][docs] Add link to RISC-V tracking issue in Platform Support
Saves me searching for this every time someone asks.
Added:
Modified:
lldb/docs/index.rst
Removed:
################################################################################
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index dd44a8430add80..2c7d7dbfad9a50 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -81,6 +81,10 @@ 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.
+
Get Involved
------------
More information about the lldb-commits
mailing list