add attributes and module level asm to the ocaml bindings,
[oota-llvm.git] / include / llvm-c / Core.h
index 733b92c57c8d360cdd8274b4c64c4907600f2832..d665c89377f43b8466ff1beeb6e4bdd8a4707099 100644 (file)
@@ -319,6 +319,8 @@ LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
 /** See Module::dump. */
 void LLVMDumpModule(LLVMModuleRef M);
 
+/** See Module::setModuleInlineAsm. */
+void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
 
 /*===-- Types -------------------------------------------------------------===*/