Debug Info: simplify code a bit.
[oota-llvm.git] / unittests / Makefile
index 71ba552326678919f4ad2ca63d05f10d17c57a5c..06ba93243e38557f395035825aaf41fce5ea9550 100644 (file)
@@ -9,7 +9,8 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support System Transforms VMCore Analysis
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               MC Object Option Support Transforms
 
 include $(LEVEL)/Makefile.common