summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-11-01 01:14:24 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-11-01 01:14:24 +0000
commit40a461d547d76c4124d72f8c057c90af5870df3a (patch)
tree78514d9e5ce50f68bc4372014c9bffdbb8183364 /bindings
parent56ca8b30590a57a8d305ca836efc22a7ac0fd561 (diff)
downloadllvm-40a461d547d76c4124d72f8c057c90af5870df3a.tar.gz
llvm-40a461d547d76c4124d72f8c057c90af5870df3a.tar.bz2
llvm-40a461d547d76c4124d72f8c057c90af5870df3a.tar.xz
OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles
Patch by Peter Zotov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/transforms/ipo/Makefile1
-rw-r--r--bindings/ocaml/transforms/scalar/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/bindings/ocaml/transforms/ipo/Makefile b/bindings/ocaml/transforms/ipo/Makefile
index 130d74c906..ed67a7cb3a 100644
--- a/bindings/ocaml/transforms/ipo/Makefile
+++ b/bindings/ocaml/transforms/ipo/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../../..
LIBRARYNAME := llvm_ipo
-DONT_BUILD_RELINKED := 1
UsedComponents := ipo
UsedOcamlInterfaces := llvm
diff --git a/bindings/ocaml/transforms/scalar/Makefile b/bindings/ocaml/transforms/scalar/Makefile
index cbaffa4ea7..6e250f66e8 100644
--- a/bindings/ocaml/transforms/scalar/Makefile
+++ b/bindings/ocaml/transforms/scalar/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../../..
LIBRARYNAME := llvm_scalar_opts
-DONT_BUILD_RELINKED := 1
UsedComponents := scalaropts
UsedOcamlInterfaces := llvm