summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-07-20 17:27:58 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-07-20 17:27:58 +0000
commit74bda2e320b92c017c1938ab35a18071d22f5127 (patch)
tree98db7c016784176252c19c691e78812eaa7e5a22 /tools/llc/Makefile
parentba20471c751fc279747128d67ac5cb67afab5dcd (diff)
downloadllvm-74bda2e320b92c017c1938ab35a18071d22f5127.tar.gz
llvm-74bda2e320b92c017c1938ab35a18071d22f5127.tar.bz2
llvm-74bda2e320b92c017c1938ab35a18071d22f5127.tar.xz
Fix linking on Alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 80af5aa9b1..84689cf718 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -56,7 +56,7 @@ endif
USEDLIBS += \
LLVMSelectionDAG \
- LLVMCodeGen \
+ LLVMCodeGen.a \
LLVMTarget.a \
LLVMipa.a \
LLVMTransforms.a \