transition to using let instead of set
[oota-llvm.git] / lib / Makefile
index 21a46794d871411401d0aa65771b0ecae737f537..8364f3c2f485a85b4d29fe4f3fd00b1c5c0089db 100644 (file)
@@ -1,5 +1,8 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen
+
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+
+OPTIONAL_DIRS = Reoptimizer
 
 include $(LEVEL)/Makefile.common