We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d80ec commit 697b826Copy full SHA for 697b826
llvm/include/llvm-c/ExecutionEngine.h
@@ -33,7 +33,15 @@ LLVM_C_EXTERN_C_BEGIN
33
* @{
34
*/
35
36
+/**
37
+ * Empty function used to force the linker to link MCJIT.
38
+ * Calling this function on a pre-built library has no effect.
39
+ */
40
void LLVMLinkInMCJIT(void);
41
42
+ * Empty function used to force the linker to link the LLVM interpreter.
43
44
45
void LLVMLinkInInterpreter(void);
46
47
typedef struct LLVMOpaqueGenericValue *LLVMGenericValueRef;
0 commit comments