summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-17 18:39:06 +0000
committerChris Lattner <sabre@nondot.org>2005-03-17 18:39:06 +0000
commit72dcaaf9c4d342a9c2b3ceacd3d799006378801f (patch)
treeb93a34bdb0272676141d717ccea962e00bb5bad9 /tools/llc/Makefile
parentd0b87b3ede2e3b29ecbec29bf375f5bafa04e925 (diff)
downloadllvm-72dcaaf9c4d342a9c2b3ceacd3d799006378801f.tar.gz
llvm-72dcaaf9c4d342a9c2b3ceacd3d799006378801f.tar.bz2
llvm-72dcaaf9c4d342a9c2b3ceacd3d799006378801f.tar.xz
statically link ia64 into llc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20656 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 8cd55c34bb..6d7edf8efe 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -17,6 +17,7 @@ USEDLIBS = \
LLVMSparcV9 \
LLVMX86 \
LLVMAlpha \
+ LLVMIA64 \
LLVMSkeleton \
LLVMSparcV9RegAlloc \
LLVMSparcV9InstrSched \