diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-15 21:14:09 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-15 21:14:09 +0000 |
commit | 5f7c53599e0be4fc7aa6fcc9422b243d412df66f (patch) | |
tree | 29c7a67fae03b8762425693853c1cfb71b3cc605 | |
parent | 915fd0de4b73d0a58f27d0a990f3c9d251d84328 (diff) | |
download | bcm5719-llvm-5f7c53599e0be4fc7aa6fcc9422b243d412df66f.tar.gz bcm5719-llvm-5f7c53599e0be4fc7aa6fcc9422b243d412df66f.zip |
add Alpha to llc
llvm-svn: 20198
-rw-r--r-- | llvm/tools/llc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index 47471545dfc..8cd55c34bb1 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/tools/llc/Makefile @@ -16,6 +16,7 @@ USEDLIBS = \ LLVMSparcV8 \ LLVMSparcV9 \ LLVMX86 \ + LLVMAlpha \ LLVMSkeleton \ LLVMSparcV9RegAlloc \ LLVMSparcV9InstrSched \ |