summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 03:37:52 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 03:37:52 +0000
commit0e6530ee1b2641060736e161425e759c051a3544 (patch)
treec04da27928e4b921445e9c9bc7d8ab8d4f57941b /tools/Makefile
parent0811f7686062cdcd0c40b1f05d9121d83cfd54c5 (diff)
downloadexternal_llvm-0e6530ee1b2641060736e161425e759c051a3544.zip
external_llvm-0e6530ee1b2641060736e161425e759c051a3544.tar.gz
external_llvm-0e6530ee1b2641060736e161425e759c051a3544.tar.bz2
This checkin represents some cleanup of the backend, implementing the following things:
1. The TargetMachine structure is free to decide the process a particular target uses to generate code. 2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub. 3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ef88afa..4362f9f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = as dis opt analyze lli llc
+DIRS = llc as dis opt analyze lli llc
include $(LEVEL)/Makefile.common