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

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 03:24:54 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.
+HANDLE_DW_OP(0xf2, GNU_implicit_pointer, 2, 0, 5, GNU)
----------------
Thrrreeee wrote:

Thanks! This is indeed my mistake, and I will make corrections.

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


More information about the llvm-commits mailing list