Skip to content

Commit 74611a3

Browse files
dwblaikiegithub-actions[bot]
authored andcommitted
Automerge: Fix forward for new DWARF DW_OP enum to address warning in lldb
2 parents 2d78ea6 + bc7f1ea commit 74611a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Expression/DWARFExpression.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ GetOpcodeDataSize(const DataExtractor &data, const lldb::offset_t data_offset,
155155
case DW_OP_APPLE_uninit:
156156
case DW_OP_PGI_omp_thread_num:
157157
case DW_OP_hi_user:
158+
case DW_OP_GNU_implicit_pointer:
158159
break;
159160

160161
case DW_OP_addr:

0 commit comments

Comments
 (0)