|
LLVM 24.0.0git
|
Runtime-agnostic interface for running a main-like function (int(int argc, char *argv[])) in the executor. More...
#include "llvm/ExecutionEngine/Orc/RTBridge/Calls.h"
Runtime-agnostic interface for running a main-like function (int(int argc, char *argv[])) in the executor.
The function to run is given by its ExecutorAddr, its arguments as an argument vector, and its int64_t result is returned.