aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c34616f..812e59a 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 \