Added Mapping subdir
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 27 Aug 2002 22:45:49 +0000 (22:45 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 27 Aug 2002 22:45:49 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3517 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

index 90124a2375f855d3ecda875fde8cc453e6096bbf..62c298d3d2920b392eb8f152f14707fcd9af1dc6 100644 (file)
@@ -1,4 +1,4 @@
 LEVEL = ../..
-DIRS  = InstrSelection InstrSched RegAlloc
+DIRS  = InstrSelection InstrSched RegAlloc Mapping
 
 include $(LEVEL)/Makefile.common