mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Convert DIRS to PARALLEL_DIRS. They can be built independently.
llvm-svn: 3972
This commit is contained in:
parent
fe5ef54d40
commit
69d19cf9a9
@ -1,4 +1,4 @@
|
||||
LEVEL = ../..
|
||||
DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
|
||||
PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -1,5 +1,5 @@
|
||||
LEVEL = ../..
|
||||
DIRS = Utils Instrumentation Scalar IPO
|
||||
PARALLEL_DIRS = Utils Instrumentation Scalar IPO
|
||||
LIBRARYNAME = transforms
|
||||
BUILD_ARCHIVE = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user