[llvm] [llvm][DebugInfo] Add support for DW_OP_GNU_implicit_pointer (PR #142913)

Chenguang Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 11:15:30 PDT 2025


wecing wrote:

Note that

```
llvm-project/lldb/source/Expression/DWARFExpression.cpp:134:11: error: enumeration value 'DW_OP_GNU_implicit_pointer' not handled in switch [-Werror,-Wswitch]
  134 |   switch (op) {
```

https://github.com/llvm/llvm-project/pull/142913


More information about the llvm-commits mailing list