Skip to content

Commit 697b826

Browse files
committed
Added comments.
1 parent 47d80ec commit 697b826

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llvm/include/llvm-c/ExecutionEngine.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ LLVM_C_EXTERN_C_BEGIN
3333
* @{
3434
*/
3535

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+
*/
3640
void LLVMLinkInMCJIT(void);
41+
/**
42+
* Empty function used to force the linker to link the LLVM interpreter.
43+
* Calling this function on a pre-built library has no effect.
44+
*/
3745
void LLVMLinkInInterpreter(void);
3846

3947
typedef struct LLVMOpaqueGenericValue *LLVMGenericValueRef;

0 commit comments

Comments
 (0)