diff options
Diffstat (limited to 'include/llvm-c')
-rw-r--r-- | include/llvm-c/Core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 7019b4cc66..c022c10177 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -195,6 +195,7 @@ void LLVMDisposeMessage(char *Message); /* Create and destroy contexts. */ LLVMContextRef LLVMContextCreate(); +LLVMContextRef LLVMGetGlobalContext(); void LLVMContextDispose(LLVMContextRef C); /* Create and destroy modules. */ |