aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/transforms/passmgr_builder/Makefile
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-04 01:39:42 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-04 01:39:42 +0000
commit4ebe64ae7ec729b29964b355face33af0c4ce424 (patch)
treeb259a2b5620470f7cc46125e798cc2d9b538f230 /bindings/ocaml/transforms/passmgr_builder/Makefile
parent6b8416192aeb6502f027883b8056d389f2c186a9 (diff)
downloadexternal_llvm-4ebe64ae7ec729b29964b355face33af0c4ce424.zip
external_llvm-4ebe64ae7ec729b29964b355face33af0c4ce424.tar.gz
external_llvm-4ebe64ae7ec729b29964b355face33af0c4ce424.tar.bz2
[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/transforms/passmgr_builder/Makefile')
-rw-r--r--bindings/ocaml/transforms/passmgr_builder/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/bindings/ocaml/transforms/passmgr_builder/Makefile b/bindings/ocaml/transforms/passmgr_builder/Makefile
new file mode 100644
index 0000000..54099db
--- /dev/null
+++ b/bindings/ocaml/transforms/passmgr_builder/Makefile
@@ -0,0 +1,19 @@
+##===- bindings/ocaml/transforms/passmgr_builder/Makefile --*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+#
+# This is the makefile for the Objective Caml Llvm_passmgr_builder interface.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../../../..
+LIBRARYNAME := llvm_passmgr_builder
+UsedComponents := ipo
+UsedOcamlInterfaces := llvm
+
+include ../../Makefile.ocaml