Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx
[oota-llvm.git] / lib / Makefile
index 1f74058a2212b9d2e426f1331accde01f613c670..8364f3c2f485a85b4d29fe4f3fd00b1c5c0089db 100644 (file)
@@ -1,5 +1,8 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations
+
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+
+OPTIONAL_DIRS = Reoptimizer
 
 include $(LEVEL)/Makefile.common