aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-08-27 22:45:49 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-08-27 22:45:49 +0000
commit2caa9204b2e667297ad32615ec3363ce2c6b9d74 (patch)
tree5106653b42876cd8f686582a1880ec75eb9f94ae
parenta34c5689dd38a56ad33dfdfd6b951eb4d6d421ad (diff)
Added Mapping subdir
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3517 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 90124a2375..62c298d3d2 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = InstrSelection InstrSched RegAlloc
+DIRS = InstrSelection InstrSched RegAlloc Mapping
include $(LEVEL)/Makefile.common