summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-29 11:52:14 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-29 11:52:14 +0000
commitbe55f2dd2c24919c54aa8e4f3894673ae224840b (patch)
tree5d2e19c9cb6721a0a8bf9a9b245fd5dccd3218ab /llvm/lib/CodeGen
parent009dac7ab4fc733de80995d5c8ee7cc7e2dc7676 (diff)
downloadbcm5719-llvm-be55f2dd2c24919c54aa8e4f3894673ae224840b.tar.gz
bcm5719-llvm-be55f2dd2c24919c54aa8e4f3894673ae224840b.zip
Convert DIRS to PARALLEL_DIRS. They can be built independently.
llvm-svn: 3972
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 57ee9160fcf..c235800f878 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud