summaryrefslogtreecommitdiff
path: root/bindings/ocaml/backends/llvm_backend.ml.in
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/backends/llvm_backend.ml.in')
-rw-r--r--bindings/ocaml/backends/llvm_backend.ml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/bindings/ocaml/backends/llvm_backend.ml.in b/bindings/ocaml/backends/llvm_backend.ml.in
new file mode 100644
index 0000000000..bd1e5860aa
--- /dev/null
+++ b/bindings/ocaml/backends/llvm_backend.ml.in
@@ -0,0 +1,10 @@
+(*===-- llvm_backend.ml.in - 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.
+ *
+ *===----------------------------------------------------------------------===*)
+
+external initialize : unit -> unit = "llvm_initialize_@TARGET@"