Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 7 Oct 2013 15:42:22 +0000 (15:42 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 7 Oct 2013 15:42:22 +0000 (15:42 +0000)
r191088 is "llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably due to LTO.dll."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192104 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 11e417a307f809112ce804a56596e9fdf38046f4..5fa5bf2fdea4f71610462d6b0d0953a2c6a00c62 100644 (file)
@@ -67,8 +67,6 @@ endif
 # On Win32, loadable modules can be built with ENABLE_SHARED.
 ifneq ($(ENABLE_SHARED),1)
   ifneq (,$(filter $(HOST_OS), Cygwin MingW))
-    DIRS := $(filter-out llvm-lto, \
-                        $(DIRS))
     PARALLEL_DIRS := $(filter-out bugpoint-passes, \
                         $(PARALLEL_DIRS))
   endif