[llvm] 9eb0fc8 - Fix link in docs after #137991

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 05:50:43 PDT 2025


Author: Orlando Cazalet-Hyams
Date: 2025-07-15T13:50:15+01:00
New Revision: 9eb0fc8e57679c5539173bdd13057b523209a596

URL: https://github.com/llvm/llvm-project/commit/9eb0fc8e57679c5539173bdd13057b523209a596
DIFF: https://github.com/llvm/llvm-project/commit/9eb0fc8e57679c5539173bdd13057b523209a596.diff

LOG: Fix link in docs after #137991

Added: 
    

Modified: 
    llvm/docs/HowToUpdateDebugInfo.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToUpdateDebugInfo.rst b/llvm/docs/HowToUpdateDebugInfo.rst
index a110b42ee9445..abe21c6794a8a 100644
--- a/llvm/docs/HowToUpdateDebugInfo.rst
+++ b/llvm/docs/HowToUpdateDebugInfo.rst
@@ -177,6 +177,8 @@ threading, `DILocation` attachments need to be remapped using `mapAtomInstance`
 and `RemapSourceAtom`. This is to support the Key Instructions debug info feature.
 See :doc:`KeyInstructionsDebugInfo` for information.
 
+.. _NewInstLocations:
+
 Setting locations for new instructions
 --------------------------------------
 


        


More information about the llvm-commits mailing list