Compile sub-directories in parallel, because they don't have interdependencies

llvm-svn: 3808
This commit is contained in:
Chris Lattner 2002-09-18 03:25:58 +00:00
parent f3dd5f5888
commit 18daee20f9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ..
DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
include $(LEVEL)/Makefile.common

View File

@ -1,5 +1,5 @@
LEVEL = ..
DIRS = as dis opt gccas llc link lli gccld analyze extract
PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract
include $(LEVEL)/Makefile.common