[llvm] 2817e21 - [NFC][AMDGPU] Correct typo in DWARF Extensions For Heterogeneous Debugging

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 16:24:34 PST 2021


Author: Tony
Date: 2021-03-09T00:23:23Z
New Revision: 2817e21c4172637f0751552d65e67f90bfa71a33

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

LOG: [NFC][AMDGPU] Correct typo in DWARF Extensions For Heterogeneous Debugging

A note in the defintion of DW_OP_piece had an incomplete sentence.

Reviewed By: scott.linder

Differential Revision: https://reviews.llvm.org/D98157

Added: 
    

Modified: 
    llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
index e3c828d4d0ba..7027b371f432 100644
--- a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -2390,13 +2390,13 @@ compatible with the definitions in DWARF Version 5.*
     .. note::
 
       Since these extensions allow location descriptions to be entries on the
-      stack, a simpler operation to create composite location descriptions. For
-      example, just one operation that specifies how many parts, and pops pairs
-      of stack entries for the part size and location description. Not only
-      would this be a simpler operation and avoid the complexities of incomplete
-      composite location descriptions, but it may also have a smaller encoding
-      in practice. However, the desire for compatibility with DWARF Version 5 is
-      likely a stronger consideration.
+      stack, a simpler operation to create composite location descriptions could
+      be defined. For example, just one operation that specifies how many parts,
+      and pops pairs of stack entries for the part size and location
+      description. Not only would this be a simpler operation and avoid the
+      complexities of incomplete composite location descriptions, but it may
+      also have a smaller encoding in practice. However, the desire for
+      compatibility with DWARF Version 5 is likely a stronger consideration.
 
 2.  ``DW_OP_bit_piece``
 


        


More information about the llvm-commits mailing list