[llvm] 7cc3baf - Fix LLVM Sphinx build

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 04:38:02 PST 2023


Author: Aaron Ballman
Date: 2023-01-30T07:36:51-05:00
New Revision: 7cc3baf06f29dc01481cb900baded67695d2139d

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

LOG: Fix LLVM Sphinx build

This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/31313

Added: 
    

Modified: 
    llvm/docs/Passes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst
index 88f4a26427af..27afe735874c 100644
--- a/llvm/docs/Passes.rst
+++ b/llvm/docs/Passes.rst
@@ -157,7 +157,7 @@ graph, omitting the function bodies.  This graph can then be processed with the
 :program:`dot` tool to convert it to postscript or some other suitable format.
 
 ``-dot-post-dom``: Print postdominance tree of function to "dot" file
---------------------------------------------------------------------
+---------------------------------------------------------------------
 
 This pass, only available in ``opt``, prints the post dominator tree into a
 ``.dot`` graph.  This graph can then be processed with the :program:`dot` tool


        


More information about the llvm-commits mailing list