[clang] [Clang-Repl] Sinking RemoteJITUtils into Interpreter class(Refactoring) (PR #155140)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 2 00:02:45 PDT 2025
================
@@ -512,7 +619,7 @@ Interpreter::createLLJITBuilder(
return std::move(*JB);
}
-llvm::Error Interpreter::CreateExecutor() {
+llvm::Error Interpreter::CreateExecutor(OutOfProcessJITConfig OOPConfig) {
----------------
vgvassilev wrote:
```suggestion
llvm::Error Interpreter::CreateExecutor(JITConfig Config = {}) {
```
https://github.com/llvm/llvm-project/pull/155140
More information about the cfe-commits
mailing list