Add polly support to the build system.
[oota-llvm.git] / tools / Makefile
index aa07a2b1b77f8d196fcc508948f52d7ced8c1ae5..84ffa064ae6f4e09217896410d989fd9458e8ba4 100644 (file)
@@ -57,4 +57,8 @@ ifeq ($(ENABLE_PIC),1)
   endif
 endif
 
+ifdef LLVM_HAS_POLLY
+  PARALLEL_DIRS += polly
+endif
+
 include $(LEVEL)/Makefile.common