summaryrefslogtreecommitdiff
path: root/bindings/ocaml/Makefile
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-03 08:27:32 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-03 08:27:32 +0000
commit9d33bf70c228a5c3b57b1d9bf86ea5949bb77293 (patch)
tree278997c0f0f345f1676962b7687ea53a7b88fc05 /bindings/ocaml/Makefile
parent1185582dfd542883194d262c5bf92b16e1e037c2 (diff)
downloadllvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.gz
llvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.bz2
llvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.xz
[OCaml] Implement Llvm_linker, bindings for the IR linker
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/Makefile')
-rw-r--r--bindings/ocaml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile
index a89caefb4d..4d80e2ff95 100644
--- a/bindings/ocaml/Makefile
+++ b/bindings/ocaml/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-DIRS = llvm bitreader bitwriter analysis target executionengine transforms
+DIRS = llvm bitreader bitwriter analysis target executionengine transforms linker
ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml
ocamldoc: