[Lldb-commits] [PATCH] D15318: Get rid of global variables in dotest.py

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 7 17:17:35 PST 2015


zturner added a comment.

This is mostly mechanical, and since it looks like we have 2 people making big changes at the same time I'll go ahead and put this in so we don't step on each others' toes.  But feel free to revert if this breaks anything.  If you do experience any errors, it is most likely to be an unbound variable reference, which you can probably fix by changing `x` to `configuration.x`.  But I think I got everything.


http://reviews.llvm.org/D15318





More information about the lldb-commits mailing list