[Lldb-commits] [PATCH] D41997: Build virtual override tables in DWARFASTParserClang::CompleteTypeFromDWARF
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 15 02:38:56 PST 2018
labath added inline comments.
================
Comment at: Python/lldbsuite/test/expression_command/call-overridden-method/Makefile:10
+ CFLAGS_EXTRAS += -fno-limit-debug-info
+endif
+
----------------
no-limit-debug-info handling has recently been centralized into Makefile.rules. This block here should no longer be necessary.
Repository:
rL LLVM
https://reviews.llvm.org/D41997
More information about the lldb-commits
mailing list