Implement heterogeneous debug extensions operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Rebase and remove duplication of subopcode name printing code
Also fix a bug in the DW_OP_LLVM_user patch (D147271) where the underlying
vectors for the operands and their end-offsets was not resized when
encountering an operation with a subop. I didn't factor this out into its own
patch as it requires an operation with non-0 arity to exercise, which this
patch introduces.