diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index d3d4593..4e7ef5d 100644 --- a/tools/Makefile +++ b/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 |