summaryrefslogtreecommitdiff
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 7bef4f2751..d20c307c46 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -55,8 +55,8 @@ USEDLIBS += LLVMARM
endif
USEDLIBS += \
- LLVMSelectionDAG.a \
LLVMCodeGen.a \
+ LLVMSelectionDAG.a \
LLVMTarget.a \
LLVMipa.a \
LLVMTransforms.a \