diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-11 14:57:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-11 14:57:48 +0000 |
commit | fa7ed53f32917ef632b21753a772548dde8c2eed (patch) | |
tree | e7a76b6d1cd45579ebc3717eaef0d32e2cab0247 /lib/CodeGen/Makefile | |
parent | 78ec311bd5fcdf44ed64841a0f5df1124b3a9b17 (diff) |
Build the SelectionDAG library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r-- | lib/CodeGen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 6f2a330d3e..59bb0cfb06 100644 --- a/lib/CodeGen/Makefile +++ b/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 |