[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 21:58:14 PST 2015


zturner added a subscriber: zturner.
zturner added a comment.

Hmm, yea that code path only gets run on OSX.  I think the problem is that
I changed the order that happens in.  It now happens right when you import
`configuration` for the first time, and it used to happen explicitly in
`main()`.  So maybe just make that function public, and call in the same
place it used to be called.


http://reviews.llvm.org/D15318





More information about the lldb-commits mailing list