[AMDGPU] Move DWARF proposal to separate file

- Move DWARF proposal for heterogeneous debugging to a separate file.
- Add references.

Differential Revision: https://reviews.llvm.org/D70523
This commit is contained in:
Tony 2020-04-14 00:55:43 -04:00
parent 625e46c7d0
commit e5640d8442
3 changed files with 3822 additions and 3736 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -192,4 +192,8 @@ Additional Topics
This document describes using the NVPTX backend to compile GPU kernels.
:doc:`AMDGPUUsage`
This document describes using the AMDGPU backend to compile GPU kernels.
This document describes using the AMDGPU backend to compile GPU kernels.
:doc:`AMDGPUDwarfProposalForHeterogeneousDebugging`
This document describes a DWARF proposal to support heterogeneous debugging
for targets such as the AMDGPU backend.