[PATCH] D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 10:33:52 PDT 2020
scott.linder added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp:46
DwarfRegNumForCFI = true;
+ SupportsHeterogeneousDebuggingExtensions = true;
----------------
I think I missed actually adding a test for this, i.e. that we do emit the augmentation string for AMDGPU.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76878/new/
https://reviews.llvm.org/D76878
More information about the llvm-commits
mailing list