Expose the RTDyldMemoryManager through the C API. This allows clients of
[oota-llvm.git] / include / llvm-c / Core.h
index 6b62f33261ea1a60c5055c9119dc832b56db0d26..0920c5d0b0dc339d172bca8ba2c45a4db8f16ab4 100644 (file)
@@ -411,6 +411,7 @@ void LLVMShutdown();
 
 /*===-- Error handling ----------------------------------------------------===*/
 
+char *LLVMCreateMessage(const char *Message);
 void LLVMDisposeMessage(char *Message);