[llvm] d73c51b - Fix LLVM Sphinx build

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 11:03:47 PDT 2023


Author: Aaron Ballman
Date: 2023-03-16T14:03:39-04:00
New Revision: d73c51bfda3719e698ef2e7ed973909d7138d882

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

LOG: Fix LLVM Sphinx build

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

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 2fe22e855f53..e0da56da6b69 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -62,7 +62,7 @@ Changes to the LLVM IR
   * ``select``
 
 Changes to LLVM infrastructure
------------------------------
+------------------------------
 
 * The legacy optimization pipeline has been removed.
 


        


More information about the llvm-commits mailing list