Build the SelectionDAG library
authorChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 14:57:48 +0000 (14:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 14:57:48 +0000 (14:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7718 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

index 6f2a330d3ed4956fdf0f0b24e403e5f4e8bf37f2..59bb0cfb06a3829362a4f0dbf7b10abaa1c19230 100644 (file)
@@ -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