summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-04 04:04:41 +0000
committerChris Lattner <sabre@nondot.org>2006-09-04 04:04:41 +0000
commit3f2e0e61653ece363f777850cca112b5f379799b (patch)
treed76901f3ce4ead0a8e95d45de10ee2aee3a4a581 /tools/llc/Makefile
parent80930eb414a7fb3c212984a79f651e6322259347 (diff)
downloadllvm-3f2e0e61653ece363f777850cca112b5f379799b.tar.gz
llvm-3f2e0e61653ece363f777850cca112b5f379799b.tar.bz2
llvm-3f2e0e61653ece363f777850cca112b5f379799b.tar.xz
rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30077 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 c34616fa32..812e59a224 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -17,9 +17,9 @@ REQUIRES_EH := 1
include $(LEVEL)/Makefile.config
USEDLIBS := $(addprefix LLVM,$(TARGETS_TO_BUILD)) \
+ LLVMTarget.a \
LLVMCodeGen.a \
LLVMSelectionDAG.a \
- LLVMTarget.a \
LLVMipa.a \
LLVMTransforms.a \
LLVMScalarOpts.a \