mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Convert DIRS to PARALLEL_DIRS. They can be built independently.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3972 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d28c8c801e
commit
4117459567
@ -1,4 +1,4 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
|
PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
DIRS = Utils Instrumentation Scalar IPO
|
PARALLEL_DIRS = Utils Instrumentation Scalar IPO
|
||||||
LIBRARYNAME = transforms
|
LIBRARYNAME = transforms
|
||||||
BUILD_ARCHIVE = 1
|
BUILD_ARCHIVE = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user