diff options
-rw-r--r-- | lldb/source/Expression/IRForTarget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp index 6b8499aa73e..c4b776d22ea 100644 --- a/lldb/source/Expression/IRForTarget.cpp +++ b/lldb/source/Expression/IRForTarget.cpp @@ -196,6 +196,7 @@ IRForTarget::GetFunctionAddress (llvm::Function *fun, } break; case Intrinsic::dbg_declare: + case Intrinsic::dbg_value: return LookupResult::Ignore; } |