aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
diff options
context:
space:
mode:
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 7bef4f2..d20c307 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 \