[all-commits] [llvm/llvm-project] 756ba3: [AMDGPU] DWARF proposal review feedback

Tony Tye via All-commits all-commits at lists.llvm.org
Mon Apr 27 21:55:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 756ba3548cbeef6c18866914fa935ade8b3edf1c
      https://github.com/llvm/llvm-project/commit/756ba3548cbeef6c18866914fa935ade8b3edf1c
  Author: Tony <Tony.Tye at amd.com>
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
    M llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst

  Log Message:
  -----------
  [AMDGPU] DWARF proposal review feedback

- Rename DW_OP_LLVM_offset_constu to DW_OP_LLVM_offset_uconst to
  matches DW_OP_plus_uconst.
- Correct DW_OP_LLVM_call_ref to be DW_OP_call_ref.
- Move proposed changes to a separate section to clarify that the
  introduction section is not part of the changes.
- Fix formatting typos and add missing reference.
- Clarify why DW_OP_LLVM_offset et al do not wrap on overflow.
- Correct syntax of augmentation string.

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




More information about the All-commits mailing list