projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e9800
)
[OCaml] Llvm_linker: do not use external in module interface
author
Peter Zotov
<whitequark@whitequark.org>
Tue, 5 Nov 2013 09:13:39 +0000
(09:13 +0000)
committer
Peter Zotov
<whitequark@whitequark.org>
Tue, 5 Nov 2013 09:13:39 +0000
(09:13 +0000)
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
bindings/ocaml/linker/llvm_linker.mli
patch
|
blob
|
history
diff --git
a/bindings/ocaml/linker/llvm_linker.mli
b/bindings/ocaml/linker/llvm_linker.mli
index 9752b65e4b205b8257ed14e02db639c52ce2064b..4def7a8cc98398740e1c8e814f456454d527d81b 100644
(file)
--- 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