mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
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@191088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d338788a49
commit
8607525110
@ -71,6 +71,8 @@ endif
|
|||||||
# On Win32, loadable modules can be built with ENABLE_SHARED.
|
# On Win32, loadable modules can be built with ENABLE_SHARED.
|
||||||
ifneq ($(ENABLE_SHARED),1)
|
ifneq ($(ENABLE_SHARED),1)
|
||||||
ifneq (,$(filter $(HOST_OS), Cygwin MingW))
|
ifneq (,$(filter $(HOST_OS), Cygwin MingW))
|
||||||
|
DIRS := $(filter-out llvm-lto, \
|
||||||
|
$(DIRS))
|
||||||
PARALLEL_DIRS := $(filter-out bugpoint-passes, \
|
PARALLEL_DIRS := $(filter-out bugpoint-passes, \
|
||||||
$(PARALLEL_DIRS))
|
$(PARALLEL_DIRS))
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user