[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:48 PDT 2025
================
@@ -535,9 +659,14 @@ llvm::Error Interpreter::CreateExecutor() {
llvm::Error Err = llvm::Error::success();
#ifdef __EMSCRIPTEN__
auto Executor = std::make_unique<WasmIncrementalExecutor>(*TSCtx);
+#else
+#ifndef _WIN32
----------------
vgvassilev wrote:
We don't need a special branch -- we just need to pass in empty `JitConfig`.
https://github.com/llvm/llvm-project/pull/155140
More information about the cfe-commits
mailing list