Recognize Neon VDUP shuffles during legalization instead of selection.
[oota-llvm.git] / lib / Transforms / Makefile
index bf270831083b27b6492131d948ded89ee2c16e0f..5fe1eeb5c75238085fd4e2c610750baff8039804 100644 (file)
 LEVEL = ../..
 PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
+include $(LEVEL)/Makefile.config
+
 # No support for plugins on windows targets
 ifeq ($(OS), $(filter $(OS), Cygwin MingW))
-  PARALLEL_DIRS = $(filter-out Hello, $(PARALLEL_DIRS))
+  PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
 endif
 
 include $(LEVEL)/Makefile.common
-