Skip to content

Commit

Permalink
[OCaml] Llvm_linker: do not use external in module interface
Browse files Browse the repository at this point in the history
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
  • Loading branch information
whitequark committed Nov 5, 2013
1 parent c0e9800 commit 9a62ec7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bindings/ocaml/linker/llvm_linker.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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"
val link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> unit

0 comments on commit 9a62ec7

Please sign in to comment.