================
@@ -333,11 +317,10 @@ int main(int argc, const char **argv) {
       auto CudaRuntimeLibPath = CudaPath + "/lib/libcudart.so";
       ExitOnErr(Interp->LoadDynamicLibrary(CudaRuntimeLibPath.c_str()));
     }
-  } else if (JB) {
-    Interp =
-        ExitOnErr(clang::Interpreter::create(std::move(CI), std::move(JB)));
-  } else
-    Interp = ExitOnErr(clang::Interpreter::create(std::move(CI)));
+  } else {
+    Interp = ExitOnErr(
+        clang::Interpreter::create(std::move(CI), OutOfProcessConfig));
+  }
----------------
vgvassilev wrote:

Nice!

https://github.com/llvm/llvm-project/pull/155140
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to