From 10fa04ca7d929c383a44e2aa2035d7893890f41e Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Mon, 3 Nov 2014 09:51:41 +0000 Subject: [PATCH] [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 --- bindings/ocaml/llvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ -- 2.34.1