[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:59:25 PST 2015
zturner added a comment.
To be clear, we explicitly set the LLDB_TEST environment variable as part
of initialization, and it's now trying to read the value of the environment
variable before it's been set. At least I think anyway, I'm going off of
memory, don't have code in front of me.
http://reviews.llvm.org/D15318
More information about the lldb-commits
mailing list