[llvm-commits] [llvm] r131379 - /llvm/trunk/include/llvm-c/Core.h

Nick Lewycky nicholas at mxc.ca
Sun May 15 00:20:34 PDT 2011


Author: nicholas
Date: Sun May 15 02:20:34 2011
New Revision: 131379

URL: http://llvm.org/viewvc/llvm-project?rev=131379&view=rev
Log:
Declare this function here so that it doesn't get C++ mangling.

Modified:
    llvm/trunk/include/llvm-c/Core.h

Modified: llvm/trunk/include/llvm-c/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Core.h?rev=131379&r1=131378&r2=131379&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Core.h (original)
+++ llvm/trunk/include/llvm-c/Core.h Sun May 15 02:20:34 2011
@@ -282,6 +282,8 @@
   LLVMRealPredicateTrue   /**< Always true (always folded) */
 } LLVMRealPredicate;
 
+void LLVMInitializeCore(LLVMPassRegistryRef R);
+
 
 /*===-- Error handling ----------------------------------------------------===*/
 





More information about the llvm-commits mailing list