summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-05 09:13:39 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-05 09:13:39 +0000
commit9a62ec7308510efcd5365ef84f8c539016110698 (patch)
treec30e788aa1dbaca592f4b154357e2223e7fc0f91 /bindings
parentc0e9800d45a2a08c95005385352a0ec9d6271498 (diff)
downloadllvm-9a62ec7308510efcd5365ef84f8c539016110698.tar.gz
llvm-9a62ec7308510efcd5365ef84f8c539016110698.tar.bz2
llvm-9a62ec7308510efcd5365ef84f8c539016110698.tar.xz
[OCaml] Llvm_linker: do not use external in module interface
Workaround for an OCaml bug: http://caml.inria.fr/mantis/view.php?id=4166 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/linker/llvm_linker.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/bindings/ocaml/linker/llvm_linker.mli b/bindings/ocaml/linker/llvm_linker.mli
index 9752b65e4b..4def7a8cc9 100644
--- a/bindings/ocaml/linker/llvm_linker.mli
+++ b/bindings/ocaml/linker/llvm_linker.mli
@@ -23,5 +23,4 @@ end
(** [link_modules dst src mode] links [src] into [dst], raising [Error]
if the linking fails. *)
-external link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> unit
- = "llvm_link_modules" \ No newline at end of file
+val link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> unit \ No newline at end of file