X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=inline;f=bindings%2Focaml%2Fall_backends%2Fllvm_all_backends.mli;fp=bindings%2Focaml%2Fall_backends%2Fllvm_all_backends.mli;h=1808544706c636dd506f7af5d1de986df5913355;hb=53e72030fd9308f5c77485e7aa9a22ed4bb1fa07;hp=0000000000000000000000000000000000000000;hpb=c02fc3d30dca21deb167f15418d238e1033d62eb;p=oota-llvm.git diff --git a/bindings/ocaml/all_backends/llvm_all_backends.mli b/bindings/ocaml/all_backends/llvm_all_backends.mli new file mode 100644 index 00000000000..1808544706c --- /dev/null +++ b/bindings/ocaml/all_backends/llvm_all_backends.mli @@ -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