summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index d3d4593a50c..4e7ef5db830 100644
--- a/llvm/tools/Makefile
+++ b/llvm/tools/Makefile
@@ -71,6 +71,8 @@ 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
OpenPOWER on IntegriCloud