[Lldb-commits] [PATCH] D70644: [DebugInfo] Support for DW_OP_implicit_pointer (llvm.dbg_derefval)
Stephen Tozer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 4 09:04:59 PST 2019
StephenTozer added inline comments.
================
Comment at: llvm/docs/SourceLevelDebugging.rst:270
+
+An `llvm.dbg.derefval` intrinsic is usefull when location which the variable
+points to is optimized out, but the dereferenced value is known.
----------------
Correct usefull -> useful
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70644/new/
https://reviews.llvm.org/D70644
More information about the lldb-commits
mailing list