[llvm] [ORC] Drop ExecutorProcessControl::JITDispatchInfo. (PR #212434)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 05:15:33 PDT 2026
================
@@ -83,6 +83,9 @@ const char *RunAsVoidFunctionWrapperName =
const char *RunAsIntFunctionWrapperName =
"__llvm_orc_bootstrap_run_as_int_function_wrapper";
+const char *DispatchName = "__orc_rt_jit_dispatch";
+const char *DispatchCtxName = "__orc_rt_jit_dispatch_ctx";
----------------
aengelke wrote:
> Do you guys have an out-of-tree ExecutorProcessControl implementation?
No. I just spent some time on reducing the number of relocations and the size of .data of libLLVM.so to reduce the cost of an LLVM dylib build. ;)
https://github.com/llvm/llvm-project/pull/212434
More information about the llvm-commits
mailing list