mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 13:21:43 +00:00
Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the
other dirs (for Intrinsics.gen). :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af78ef526d
commit
7044aac97c
@ -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…
x
Reference in New Issue
Block a user