diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:55:11 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:55:11 +0000 |
| commit | 06028541abeea8ee63088276ac5a488c8a1e81fa (patch) | |
| tree | f422741375a2d1652eabe1b90a03623719b74326 /llvm/lib/CodeGen/TargetMachine | |
| parent | b0ddffaae3c49bdb3f8957e79bfac49781b1e039 (diff) | |
| download | bcm5719-llvm-06028541abeea8ee63088276ac5a488c8a1e81fa.tar.gz bcm5719-llvm-06028541abeea8ee63088276ac5a488c8a1e81fa.zip | |
Move the sparc target to a new lib/Target directory
llvm-svn: 562
Diffstat (limited to 'llvm/lib/CodeGen/TargetMachine')
| -rw-r--r-- | llvm/lib/CodeGen/TargetMachine/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Makefile b/llvm/lib/CodeGen/TargetMachine/Makefile index 55ee598b2c6..eefef8907a9 100644 --- a/llvm/lib/CodeGen/TargetMachine/Makefile +++ b/llvm/lib/CodeGen/TargetMachine/Makefile @@ -1,7 +1,5 @@ LEVEL = ../../.. -DIRS = Sparc - LIBRARYNAME = target include $(LEVEL)/Makefile.common |

