<div dir="ltr">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.</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Dec 7, 2015 at 9:58 PM Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">zturner added a subscriber: zturner.<br>
zturner added a comment.<br>
<br>
Hmm, yea that code path only gets run on OSX.  I think the problem is that<br>
I changed the order that happens in.  It now happens right when you import<br>
`configuration` for the first time, and it used to happen explicitly in<br>
`main()`.  So maybe just make that function public, and call in the same<br>
place it used to be called.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D15318" rel="noreferrer" target="_blank">http://reviews.llvm.org/D15318</a><br>
<br>
<br>
<br>
</blockquote></div>