summaryrefslogtreecommitdiff
path: root/tools/llc/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/llc/Makefile
parent0811f7686062cdcd0c40b1f05d9121d83cfd54c5 (diff)
downloadllvm-0e6530ee1b2641060736e161425e759c051a3544.tar.gz
llvm-0e6530ee1b2641060736e161425e759c051a3544.tar.bz2
llvm-0e6530ee1b2641060736e161425e759c051a3544.tar.xz
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/llc/Makefile')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index e0cce9a97a..bd7d193438 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = sched select sparc target opt livevar bcreader vmcore asmwriter analysis support
+USEDLIBS = sparc sched select sparc target opt livevar bcreader vmcore asmwriter analysis support
include $(LEVEL)/Makefile.common