summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-07-21 19:44:55 +0000
committerDevang Patel <dpatel@apple.com>2006-07-21 19:44:55 +0000
commit2ebc1f82a23349ff6743b7623cd1e67eb661a6a6 (patch)
treef8e56690eed14d001562638290d7600414099275 /tools
parent44819cb20ab8e84fc14ea1e6fc69fb797c70a50d (diff)
Fix MacOSX build failures. (pr841)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29246 91177308-0d34-0410-b5e6-96231b3b80d8
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 7bef4f2751f..d20c307c460 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 \