[llvm] 24b780c - [lldb] Fix dead link in JIT debugging doc

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 01:40:21 PDT 2023


Author: David Spickett
Date: 2023-06-15T08:39:01Z
New Revision: 24b780ce74beec4ef457da479ac7ef7d3b649a3e

URL: https://github.com/llvm/llvm-project/commit/24b780ce74beec4ef457da479ac7ef7d3b649a3e
DIFF: https://github.com/llvm/llvm-project/commit/24b780ce74beec4ef457da479ac7ef7d3b649a3e.diff

LOG: [lldb] Fix dead link in JIT debugging doc

Thanks to Zhang on Discord for spotting this.

Added: 
    

Modified: 
    llvm/docs/DebuggingJITedCode.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/DebuggingJITedCode.rst b/llvm/docs/DebuggingJITedCode.rst
index 8e8d1ff00554b..5719c71df4ddc 100644
--- a/llvm/docs/DebuggingJITedCode.rst
+++ b/llvm/docs/DebuggingJITedCode.rst
@@ -10,7 +10,7 @@ quite painful.  Debuggers generally read debug information from object files on
 disk, but for JITed code there is no such file to look for.
 
 In order to hand over the necessary debug info, `GDB established an
-interface <https://sourceware.org/gdb/current/onlinedocs/gdb/JIT-Interface.html>`_
+interface <https://sourceware.org/gdb/onlinedocs/gdb/JIT-Interface.html>`_
 for registering JITed code with debuggers. LLDB implements it in the
 JITLoaderGDB plugin.  On the JIT side, LLVM MCJIT does implement the interface
 for ELF object files.


        


More information about the llvm-commits mailing list