[Lldb-commits] [PATCH] D65932: [lldb] Fix dynamic_cast by no longer failing on variable without metadata

2019-08-10 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] r368511 - [lldb] Fix dynamic_cast by no longer failing on variable without metadata

2019-08-10 Thread Raphael Isemann via lldb-commits
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

[Lldb-commits] [PATCH] D65932: [lldb] Fix dynamic_cast by no longer failing on variable without metadata

2019-08-10 Thread Raphael Isemann via Phabricator via lldb-commits
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