[Lldb-commits] [PATCH] D65932: [lldb] Fix dynamic_cast by not treating type info pointers as variables.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 8 03:03:38 PDT 2019


labath added a comment.

This looks like a very hacky way to achieve something. Isn't there some better way to detect this situation? Maybe something to do with the linkage type of these variables?



================
Comment at: lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic_cast/main.cpp:18
+
+#include "ExtBase.h"
+
----------------
put the `#include` at the top?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65932/new/

https://reviews.llvm.org/D65932





More information about the lldb-commits mailing list