[llvm] ac02bf7 - [NFC] Fix header level in LangRef

Qiu Chaofan via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 22:38:47 PDT 2024


Author: Qiu Chaofan
Date: 2024-06-20T13:37:43+08:00
New Revision: ac02bf733c9fd9242877109096dd0f6768f2766b

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

LOG: [NFC] Fix header level in LangRef

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 02165b0a8aac0..9a0f73e4d6d86 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -29338,7 +29338,7 @@ Lowering:
 Lowers to a call to `objc_storeWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#arc-runtime-objc-storeweak>`_.
 
 Preserving Debug Information Intrinsics
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+---------------------------------------
 
 These intrinsics are used to carry certain debuginfo together with
 IR-level operations. For example, it may be desirable to


        


More information about the llvm-commits mailing list