mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.
r191088 is "llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably due to LTO.dll." llvm-svn: 192104
This commit is contained in:
parent
e7cfbb5fd1
commit
4e9fc11644
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user