Add support for the switch instruction to the CWriter
[oota-llvm.git] / lib / Makefile
index 1f74058a2212b9d2e426f1331accde01f613c670..73caa73b85d55d0a7ef76d394d7619abe1274b11 100644 (file)
@@ -1,5 +1,6 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations
+
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
 
 include $(LEVEL)/Makefile.common