Skip to content

Commit bc7f1ea

Browse files
committed
Fix forward for new DWARF DW_OP enum to address warning in lldb
1 parent e3c72e1 commit bc7f1ea

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)