mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[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
This commit is contained in:
parent
2c790c2f9f
commit
a686697492
@ -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``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user