mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the
other dirs (for Intrinsics.gen). :( llvm-svn: 28372
This commit is contained in:
parent
070813257a
commit
94297e068f
@ -8,8 +8,8 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ..
|
||||
|
||||
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
|
||||
ExecutionEngine Debugger Linker
|
||||
DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
|
||||
ExecutionEngine Debugger Linker
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user