diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-27 22:45:49 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-27 22:45:49 +0000 |
commit | 2caa9204b2e667297ad32615ec3363ce2c6b9d74 (patch) | |
tree | 5106653b42876cd8f686582a1880ec75eb9f94ae | |
parent | a34c5689dd38a56ad33dfdfd6b951eb4d6d421ad (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/Makefile | 2 |
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 |