add attributes and module level asm to the ocaml bindings,
patch by Patrick Walton!
llvm-svn: 100932
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 733b92c..d665c89 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -319,6 +319,8 @@
/** See Module::dump. */
void LLVMDumpModule(LLVMModuleRef M);
+/** See Module::setModuleInlineAsm. */
+void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
/*===-- Types -------------------------------------------------------------===*/