summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 11e417a307..5fa5bf2fde 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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