summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-02-15 21:14:09 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-02-15 21:14:09 +0000
commitadf75775fafa55962274ef8704ceca3842e50c8a (patch)
treef2a3eb72c6f7ec3134883793a8ee2cf126e502da /tools/llc/Makefile
parent7a823bd01fafa9393c6aa1e8ded163b9fd8266be (diff)
add Alpha to llc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20198 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 47471545dfc..8cd55c34bb1 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -16,6 +16,7 @@ USEDLIBS = \
LLVMSparcV8 \
LLVMSparcV9 \
LLVMX86 \
+ LLVMAlpha \
LLVMSkeleton \
LLVMSparcV9RegAlloc \
LLVMSparcV9InstrSched \