summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-11 14:57:48 +0000
committerChris Lattner <sabre@nondot.org>2003-08-11 14:57:48 +0000
commit2c2062cdbae7cda795aceb1c1af3f7bd24444a39 (patch)
tree87df5430fb7443822d95b41c80d22cf7242c7cc8 /llvm/lib
parent600d3088536b61d1b5b3ef825e4ff2b3ecce7708 (diff)
downloadbcm5719-llvm-2c2062cdbae7cda795aceb1c1af3f7bd24444a39.tar.gz
bcm5719-llvm-2c2062cdbae7cda795aceb1c1af3f7bd24444a39.zip
Build the SelectionDAG library
llvm-svn: 7718
Diffstat (limited to 'llvm/lib')
-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 6f2a330d3ed..59bb0cfb06a 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud