From: Peter Zotov Date: Mon, 3 Nov 2014 09:51:41 +0000 (+0000) Subject: [OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=10fa04ca7d929c383a44e2aa2035d7893890f41e;p=oota-llvm.git [OCaml] Core package should depend on LLVMTransformUtils for LLVMCloneModule. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/ocaml/llvm/Makefile b/bindings/ocaml/llvm/Makefile index c0785a154d2..fb682c731b4 100644 --- a/bindings/ocaml/llvm/Makefile +++ b/bindings/ocaml/llvm/Makefile @@ -13,7 +13,7 @@ LEVEL := ../../.. LIBRARYNAME := llvm -UsedComponents := core +UsedComponents := core transformutils UsedOcamlLibs := llvm ExtraLibs := -lstdc++