[Lldb-commits] [PATCH] D12672: add a dependency on terminfo library if llvm uses it
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 7 12:51:35 PDT 2015
zturner added a subscriber: zturner.
zturner added a comment.
Looks fine to me, but as a nitpick, I would suggest combining the nested if
into a single if with an AND clause.
http://reviews.llvm.org/D12672
More information about the lldb-commits
mailing list