[PATCH] D76878: Implement new DW_OP_LLVM_* operations

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 05:56:32 PDT 2020


djtodoro added a comment.

Please add the debug-info project in all the patches.

I don't see a verifier for these operations, please add that.



================
Comment at: llvm/include/llvm/BinaryFormat/Dwarf.def:670
+// FIXME: These collide with some HP and PGI vendor extensions.
+HANDLE_DW_OP(0xe1, LLVM_form_aspace_address, 4, LLVM)
+HANDLE_DW_OP(0xe2, LLVM_push_lane, 4, LLVM)
----------------
Should the Vendor be AMD (or AMDGPU) instead of LLVM? Or this is only LLVM related.

What about other tools, such as GDB, do they have the support for this?


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