mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 03:48:57 +00:00
llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably due to LTO.dll.
llvm-svn: 191088
This commit is contained in:
parent
69102d22a5
commit
98762f0455
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user