mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT
built on this platform. llvm-svn: 19015
This commit is contained in:
parent
7b18215b33
commit
511da5e37b
@ -19,7 +19,7 @@ include $(LEVEL)/Makefile.config
|
||||
# rewritten to not depend on fork at which time they should be added back to
|
||||
# the list above.
|
||||
|
||||
ifneq ($(OS),Win32)
|
||||
ifeq ($(OS),Win32)
|
||||
PARALLEL_DIRS := $(filter-out bugpoint llvm-db,$(PARALLEL_DIRS))
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user