From: Chris Lattner Date: Wed, 13 Aug 2003 02:37:24 +0000 (+0000) Subject: Mapping directory no longer exists X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f2438f1700789278ebd28362c41646165b5ce00;p=oota-llvm.git Mapping directory no longer exists git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7801 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 59bb0cfb06a..52fa0dbf0d9 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