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 15482c8 commit 64155a3Copy full SHA for 64155a3
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
+ * Has no effect when called on a pre-built library (dylib interface).
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