[llvm] r193847 - OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles
Sylvestre Ledru
sylvestre at debian.org
Thu Oct 31 18:14:24 PDT 2013
Author: sylvestre
Date: Thu Oct 31 20:14:24 2013
New Revision: 193847
URL: http://llvm.org/viewvc/llvm-project?rev=193847&view=rev
Log:
OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles
Patch by Peter Zotov
Modified:
llvm/trunk/bindings/ocaml/transforms/ipo/Makefile
llvm/trunk/bindings/ocaml/transforms/scalar/Makefile
Modified: llvm/trunk/bindings/ocaml/transforms/ipo/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/transforms/ipo/Makefile?rev=193847&r1=193846&r2=193847&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/transforms/ipo/Makefile (original)
+++ llvm/trunk/bindings/ocaml/transforms/ipo/Makefile Thu Oct 31 20:14:24 2013
@@ -13,7 +13,6 @@
LEVEL := ../../../..
LIBRARYNAME := llvm_ipo
-DONT_BUILD_RELINKED := 1
UsedComponents := ipo
UsedOcamlInterfaces := llvm
Modified: llvm/trunk/bindings/ocaml/transforms/scalar/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/transforms/scalar/Makefile?rev=193847&r1=193846&r2=193847&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/transforms/scalar/Makefile (original)
+++ llvm/trunk/bindings/ocaml/transforms/scalar/Makefile Thu Oct 31 20:14:24 2013
@@ -13,7 +13,6 @@
LEVEL := ../../../..
LIBRARYNAME := llvm_scalar_opts
-DONT_BUILD_RELINKED := 1
UsedComponents := scalaropts
UsedOcamlInterfaces := llvm
More information about the llvm-commits
mailing list