aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/Makefile
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-06 09:21:25 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-06 09:21:25 +0000
commitec7270c966b4a49840b1801bfbb11977d76cb333 (patch)
tree9cd0ec95ef489055aab4d3f8b3f8da56b6b690d7 /bindings/ocaml/Makefile
parentc6099db476ea863d0e897e3c311bfe490293e04f (diff)
downloadexternal_llvm-ec7270c966b4a49840b1801bfbb11977d76cb333.zip
external_llvm-ec7270c966b4a49840b1801bfbb11977d76cb333.tar.gz
external_llvm-ec7270c966b4a49840b1801bfbb11977d76cb333.tar.bz2
[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/Makefile')
-rw-r--r--bindings/ocaml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile
index 4d80e2ff..19ba302 100644
--- a/bindings/ocaml/Makefile
+++ b/bindings/ocaml/Makefile
@@ -8,7 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-DIRS = llvm bitreader bitwriter analysis target executionengine transforms linker
+DIRS = llvm bitreader bitwriter irreader analysis target executionengine \
+ transforms linker
ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml
ocamldoc: