[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:43 PDT 2025
================
@@ -347,20 +348,118 @@ const char *const Runtimes = R"(
EXTERN_C void __clang_Interpreter_SetValueNoAlloc(void *This, void *OutVal, void *OpaqueType, ...);
)";
+#ifndef _WIN32
----------------
vgvassilev wrote:
Likewise.
https://github.com/llvm/llvm-project/pull/155140
More information about the cfe-commits
mailing list