The preheader insertion pass only depends on the CFG. Mark it as such, which
[oota-llvm.git] / tools / Makefile
index ef88afade7fbda6e4a79754cdfc6926657c84106..badd6659b50b4f5784d1cb787ad958afdea30b11 100644 (file)
@@ -1,5 +1,6 @@
-LEVEL = ..
-DIRS = as dis opt analyze lli llc
+LEVEL := ..
+PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
+                 analyze extract bugpoint llvm-ar
 
 include $(LEVEL)/Makefile.common