Re-apply "Use IRBuilder instead of ConstantInt methods." with the fixed issues.
[oota-llvm.git] / unittests / Makefile
index 9f377cd744c1f2fd3d2744f1906aa45b3c736814..61d60611be9ca9017a30197761d1b9b9a5840b7a 100644 (file)
@@ -9,7 +9,8 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \
+                                                               DebugInfo
 
 include $(LEVEL)/Makefile.common