[llvm] 4139f0d - coroutines doc: fix a RST critical

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 14:12:09 PDT 2023


Author: Sylvestre Ledru
Date: 2023-09-22T23:11:57+02:00
New Revision: 4139f0dedefebea80b7ceac230d6fb1355c9cfdb

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

LOG: coroutines doc: fix a RST critical

```
/build/source/llvm/docs/Coroutines.rst:1781: CRITICAL: Title level inconsistent:

'``coro.outside.frame``' Metadata
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

Added: 
    

Modified: 
    llvm/docs/Coroutines.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst
index b1d7a5017e612b0..f4a27812bc7bac8 100644
--- a/llvm/docs/Coroutines.rst
+++ b/llvm/docs/Coroutines.rst
@@ -1779,7 +1779,7 @@ Metadata
 ========
 
 '``coro.outside.frame``' Metadata
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+---------------------------------
 
 ``coro.outside.frame`` metadata may be attached to an alloca instruction to
 to signify that it shouldn't be promoted to the coroutine frame, useful for


        


More information about the llvm-commits mailing list