[llvm] fcbf807 - Fix Assignment Tracking docs error from 33c7ae55e729069be754f56c4d4606cdeddd377b

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 07:09:53 PDT 2022


Author: OCHyams
Date: 2022-11-02T14:09:41Z
New Revision: fcbf807b55e6c39c09574f2d0be40f58f4140fdf

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

LOG: Fix Assignment Tracking docs error from 33c7ae55e729069be754f56c4d4606cdeddd377b

Buildbot link: https://lab.llvm.org/buildbot/#/builders/30/builds/27812

Added: 
    

Modified: 
    llvm/docs/SourceLevelDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 5a81ad01fdf1..35e1816b47c4 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -252,7 +252,7 @@ be indirect (i.e, a pointer to the source variable), provided that interpreting
 the complex expression derives the direct value.
 
 ``llvm.dbg.assign``
-^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^
 
 .. code-block:: llvm
 


        


More information about the llvm-commits mailing list