projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8452cf7
)
[OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule.
author
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 09:51:41 +0000
(09:51 +0000)
committer
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 09:51:41 +0000
(09:51 +0000)
llvm-svn: 221141
llvm/bindings/ocaml/llvm/Makefile
patch
|
blob
|
history
diff --git
a/llvm/bindings/ocaml/llvm/Makefile
b/llvm/bindings/ocaml/llvm/Makefile
index
c0785a1
..
fb682c7
100644
(file)
--- a/
llvm/bindings/ocaml/llvm/Makefile
+++ b/
llvm/bindings/ocaml/llvm/Makefile
@@
-13,7
+13,7
@@
LEVEL := ../../..
LIBRARYNAME := llvm
-UsedComponents := core
+UsedComponents := core
transformutils
UsedOcamlLibs := llvm
ExtraLibs := -lstdc++