Fixing compile warnings
[oota-llvm.git] / unittests / Makefile
index 0401cd1c673a2100da6ce9ef2048e0cd05f9d1c6..4ba11793651d5d4128042afdc007932012c78daa 100644 (file)
@@ -9,7 +9,8 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               Object Option Support Transforms
 
 include $(LEVEL)/Makefile.common