summaryrefslogtreecommitdiffstats
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
commitd140393a4943cc3104c63a78359467ad00e43834 (patch)
tree74d6d55071fea77ed641722463bfbf077a942d19
parentc754b0a37fe9b0a1399df29d73e4095e3d6a0e50 (diff)
downloadbcm5719-llvm-d140393a4943cc3104c63a78359467ad00e43834.tar.gz
bcm5719-llvm-d140393a4943cc3104c63a78359467ad00e43834.zip
rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.
llvm-svn: 30077
-rw-r--r--llvm/tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile
index c34616fa32b..812e59a224f 100644
--- a/llvm/tools/llc/Makefile
+++ b/llvm/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 \
OpenPOWER on IntegriCloud