[Lldb-commits] [PATCH] Initial RenderScript language runtime
Greg Clayton
clayborg at gmail.com
Wed Apr 8 10:41:41 PDT 2015
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/
More information about the lldb-commits
mailing list