<div dir="ltr">lgtm</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Aug 10, 2015 at 2:15 AM Keno Fischer <<a href="mailto:kfischer@college.harvard.edu">kfischer@college.harvard.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">loladiro created this revision.<br>
loladiro added a reviewer: zturner.<br>
loladiro added a subscriber: lldb-commits.<br>
loladiro set the repository for this revision to rL LLVM.<br>
<br>
We get an assertion otherwise because the None Interpreter cannot be found<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D11898" rel="noreferrer" target="_blank">http://reviews.llvm.org/D11898</a><br>
<br>
Files:<br>
  source/API/SystemInitializerFull.cpp<br>
<br>
Index: source/API/SystemInitializerFull.cpp<br>
===================================================================<br>
--- source/API/SystemInitializerFull.cpp<br>
+++ source/API/SystemInitializerFull.cpp<br>
@@ -231,6 +231,7 @@<br>
 SystemInitializerFull::Initialize()<br>
 {<br>
     SystemInitializerCommon::Initialize();<br>
+    ScriptInterpreterNone::Initialize();<br>
<br>
 #if !defined(LLDB_DISABLE_PYTHON)<br>
     InitializeSWIG();<br>
@@ -238,7 +239,6 @@<br>
     // ScriptInterpreterPython::Initialize() depends on things like HostInfo being initialized<br>
     // so it can compute the python directory etc, so we need to do this after<br>
     // SystemInitializerCommon::Initialize().<br>
-    ScriptInterpreterNone::Initialize();<br>
     ScriptInterpreterPython::Initialize();<br>
 #endif<br>
<br>
<br>
<br>
</blockquote></div>