This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][NFC] DWARF extensions minor update
ClosedPublic

Authored by t-tye on Dec 23 2022, 5:11 PM.

Details

Summary
  1. Minor editorial corrections.
  2. Allow different call frames to be associated with different target architectures in a single thread.

Diff Detail

Event Timeline

t-tye created this revision.Dec 23 2022, 5:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 23 2022, 5:11 PM
t-tye requested review of this revision.Dec 23 2022, 5:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 23 2022, 5:11 PM

LGTM save one nit

llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
2174

In most places we seem to parenthesize this kind of reference, do we want to do the same here? If not, should this be separated from the first bit by a comma or semicolon?

t-tye updated this revision to Diff 486108.Jan 3 2023, 3:38 PM
  • Correct DW_OP_LLVM_implicit_aspace_pointer to DW_OP_LLVM_aspace_implicit_pointer.
t-tye updated this revision to Diff 486109.Jan 3 2023, 3:42 PM

Address review comment by adding a missing period.

scott.linder accepted this revision.Jan 3 2023, 3:43 PM
This revision is now accepted and ready to land.Jan 3 2023, 3:43 PM
t-tye added inline comments.Jan 3 2023, 3:46 PM
llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
2174

There seems to be a mix of either a parenthesized and separate sentence. Added the missing period to this one.

This revision was landed with ongoing or failed builds.Jan 3 2023, 3:49 PM
This revision was automatically updated to reflect the committed changes.