Repurpose the DW_OP_LLVM_aspace_implicit_pointer encoding (0xe9) as the
encoding for a new operation DW_OP_LLVM_user which prefixes all other
new operations.
Details
Details
- Reviewers
- None
- Commits
- rGa4fb7f60e26c: [HeterogeneousDWARF] Update encodings in…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh, naming though - DW_OP_LLVM_extension, perhaps? But I don't mind too much - the name isn't load bearing anyway, we can always rename it if we find a more descriptive name idf we're preserving the semantics
Comment Actions
Yeah, I'm amenable to any name, the user naming was just to be similar to DW_OP_{lo,hi}_user as that is the feature from DWARF we are extending