forked from OSchip/llvm-project
Compile sub-directories in parallel, because they don't have interdependencies
llvm-svn: 3808
This commit is contained in:
parent
f3dd5f5888
commit
18daee20f9
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue