summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-22 01:03:39 +0000
committerChris Lattner <sabre@nondot.org>2002-01-22 01:03:39 +0000
commit221653f8f65cb3a32b26b67d8ca238636481e960 (patch)
tree795898b97b7ed5225ee68aa65b962108736c9e5d /tools/llc
parent35f07eb2ebf7d3a9e1a95470770b29e1b45b2cb1 (diff)
Fix ordering dependency problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 6acecc18142..129bf729488 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter analysis support transforms
+USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter transforms analysis support
include $(LEVEL)/Makefile.common