[Lldb-commits] [PATCH] D14673: Fix buildbot breakage after r253106

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 16 11:10:40 PST 2015


jingham added a comment.

If the problem is that the self of the test object doesn't always have a debug_info setting, why not just always initialize it to None?  Seems weird to have a general property like this that we don't initialize.


http://reviews.llvm.org/D14673





More information about the lldb-commits mailing list