[clang] [Clang-Repl] Sinking RemoteJITUtils into Interpreter class(Refactoring) (PR #155140)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 4 23:09:59 PDT 2025


================
@@ -521,6 +618,23 @@ llvm::Error Interpreter::CreateExecutor() {
     return llvm::make_error<llvm::StringError>("Operation failed. "
                                                "No code generator available",
                                                std::error_code());
+#ifndef _WIN32
----------------
vgvassilev wrote:

We must check the target triple, not an ifdef because we can be cross compiling.

https://github.com/llvm/llvm-project/pull/155140


More information about the cfe-commits mailing list