summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-13 02:37:24 +0000
committerChris Lattner <sabre@nondot.org>2003-08-13 02:37:24 +0000
commit7f2438f1700789278ebd28362c41646165b5ce00 (patch)
tree83dba61bbcd367ec1882877afa117e155a521df7 /lib/CodeGen/Makefile
parent4c7fc1e81395c4f5e5cf500ed6db01320e70abae (diff)
downloadllvm-7f2438f1700789278ebd28362c41646165b5ce00.tar.gz
llvm-7f2438f1700789278ebd28362c41646165b5ce00.tar.bz2
llvm-7f2438f1700789278ebd28362c41646165b5ce00.tar.xz
Mapping directory no longer exists
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 59bb0cfb06..52fa0dbf0d 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Selection
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common