teemperor updated this revision to Diff 214517.
teemperor marked an inline comment as done.
teemperor retitled this revision from "[lldb] Fix dynamic_cast by not treating
type info pointers as variables." to "[lldb] Fix dynamic_cast by no longer
failing on variable without metadata".
teemperor ed
Author: teemperor
Date: Sat Aug 10 03:56:17 2019
New Revision: 368511
URL: http://llvm.org/viewvc/llvm-project?rev=368511&view=rev
Log:
[lldb] Fix dynamic_cast by no longer failing on variable without metadata
Summary:
Our IR rewriting infrastructure currently fails when it encounters a variable
This revision was automatically updated to reflect the committed changes.
Closed by commit rL368511: [lldb] Fix dynamic_cast by no longer failing on
variable without metadata (authored by teemperor, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed pri