[Lldb-commits] [PATCH] D14673: Fix buildbot breakage after r253106
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 13 19:16:59 PST 2015
zturner added a comment.
I guess this is ok. I don't like raising the `None` check outside the function, but I don't see another way that isn't more convoluted.
However, I think you still need to fix the grouping of the parentheses. the `compiler is None` should not override the version check.
http://reviews.llvm.org/D14673
More information about the lldb-commits
mailing list