[llvm] f9f78a2 - Fix build broken by missing empty line in SourceLevelDebugging.rst

YASHASVI KHATAVKAR via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 12:19:42 PST 2022


Author: YASHASVI KHATAVKAR
Date: 2022-02-11T15:19:07-05:00
New Revision: f9f78a2c408ab8c22b9b241d1fc3f3fbbd6cd4f5

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

LOG: Fix build broken by missing empty line in SourceLevelDebugging.rst

Added: 
    

Modified: 
    llvm/docs/SourceLevelDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 3cef7dda2c11..ae26268cb6d7 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -1090,6 +1090,7 @@ a Fortran front-end would generate the following descriptors:
 A fortran deferred-length character can also contain the information of raw storage of the characters in addition to the length of the string. This information is encoded in the  stringLocationExpression field. Based on this information, DW_AT_data_location attribute is emitted in a DW_TAG_string_type debug info. 
 
   !DIStringType(name: "character(*)!2", stringLengthExpression: !DIExpression(), stringLocationExpression: !DIExpression(DW_OP_push_object_address, DW_OP_deref), size: 32)
+
 and this will materialize in DWARF tags as:
 
 .. code-block:: text


        


More information about the llvm-commits mailing list