[OCaml] Add an ocamlfind package llvm.all_backends.
[oota-llvm.git] / bindings / ocaml / all_backends / llvm_all_backends.mli
diff --git a/bindings/ocaml/all_backends/llvm_all_backends.mli b/bindings/ocaml/all_backends/llvm_all_backends.mli
new file mode 100644 (file)
index 0000000..1808544
--- /dev/null
@@ -0,0 +1,11 @@
+(*===-- llvm_all_backends.mli - LLVM OCaml Interface ----------*- OCaml -*-===*
+ *
+ *                     The LLVM Compiler Infrastructure
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===*)
+
+(** Initialize all the backends targets *)
+val initialize : unit -> unit