[PATCH] OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles

Peter Zotov whitequark at whitequark.org
Sat Oct 12 09:28:48 PDT 2013


Hi sylvestre.ledru,

DONT_BUILD_RELINKED is a Cygwin-related flag which was used in build system ca. 2003 but was since removed.

http://llvm-reviews.chandlerc.com/D1915

Files:
  bindings/ocaml/transforms/ipo/Makefile
  bindings/ocaml/transforms/scalar/Makefile

Index: bindings/ocaml/transforms/ipo/Makefile
===================================================================
--- bindings/ocaml/transforms/ipo/Makefile
+++ bindings/ocaml/transforms/ipo/Makefile
@@ -13,7 +13,6 @@
 
 LEVEL := ../../../..
 LIBRARYNAME := llvm_ipo
-DONT_BUILD_RELINKED := 1
 UsedComponents := ipo
 UsedOcamlInterfaces := llvm
 
Index: bindings/ocaml/transforms/scalar/Makefile
===================================================================
--- bindings/ocaml/transforms/scalar/Makefile
+++ bindings/ocaml/transforms/scalar/Makefile
@@ -13,7 +13,6 @@
 
 LEVEL := ../../../..
 LIBRARYNAME := llvm_scalar_opts
-DONT_BUILD_RELINKED := 1
 UsedComponents := scalaropts
 UsedOcamlInterfaces := llvm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1915.1.patch
Type: text/x-patch
Size: 718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131012/69de9924/attachment.bin>


More information about the llvm-commits mailing list