diff options
author | Peter Zotov <whitequark@whitequark.org> | 2013-11-03 08:27:32 +0000 |
---|---|---|
committer | Peter Zotov <whitequark@whitequark.org> | 2013-11-03 08:27:32 +0000 |
commit | 9d33bf70c228a5c3b57b1d9bf86ea5949bb77293 (patch) | |
tree | 278997c0f0f345f1676962b7687ea53a7b88fc05 /bindings/ocaml/Makefile | |
parent | 1185582dfd542883194d262c5bf92b16e1e037c2 (diff) | |
download | external_llvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.zip external_llvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.gz external_llvm-9d33bf70c228a5c3b57b1d9bf86ea5949bb77293.tar.bz2 |
[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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile index a89caef..4d80e2ff 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: |