Please leave enabled for Apple. We will fix the Xcode project after your 
changes go in. Just ping me when you check this in.


REPOSITORY
  rL LLVM

================
Comment at: source/API/SystemInitializerFull.cpp:263-265
@@ -261,1 +262,5 @@
 
+#if !defined(__APPLE__)
+    RenderScriptRuntime::Initialize();
+#endif
+
----------------
Remove #if, I will fix the Xcode project after you submit.

================
Comment at: source/API/SystemInitializerFull.cpp:370-372
@@ -364,1 +369,5 @@
 
+#if !defined(__APPLE__)
+    RenderScriptRuntime::Terminate();
+#endif
+
----------------
Remove #if, I will fix the Xcode project after you submit.

http://reviews.llvm.org/D8896

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to