[llvm] 65b130e - Fix LLVM sphinx build bot

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 11:33:47 PDT 2022


Author: Aaron Ballman
Date: 2022-11-02T14:33:39-04:00
New Revision: 65b130e32cad56e5f11d6d172eb90437e1cedbf6

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

LOG: Fix LLVM sphinx build bot

This should address the issue found in:
https://lab.llvm.org/buildbot/#/builders/30/builds/27824

Added: 
    

Modified: 
    llvm/docs/SourceLevelDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 35e1816b47c4..07468b1e75f1 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -253,6 +253,10 @@ the complex expression derives the direct value.
 
 ``llvm.dbg.assign``
 ^^^^^^^^^^^^^^^^^^^
+.. toctree::
+   :hidden:
+
+   AssignmentTracking
 
 .. code-block:: llvm
 


        


More information about the llvm-commits mailing list