[llvm] [LLVM] support for DW_OP_GNU_implicit_pointer (PR #142913)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 07:01:42 PDT 2025


================
@@ -887,6 +887,8 @@ HANDLE_DW_OP(0xed, WASM_location, -1, -1, 0, WASM)
 HANDLE_DW_OP(0xee, WASM_location_int, -1, -1, 0, WASM)
 // Historic and not implemented in LLVM.
 HANDLE_DW_OP(0xf0, APPLE_uninit, -1, -1, 0, APPLE)
+// The GNU implicit pointer extension.
----------------
Michael137 wrote:

```suggestion
```

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


More information about the llvm-commits mailing list