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 | adf75775fafa55962274ef8704ceca3842e50c8a (patch) | |
tree | f2a3eb72c6f7ec3134883793a8ee2cf126e502da /tools/llc/Makefile | |
parent | 7a823bd01fafa9393c6aa1e8ded163b9fd8266be (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 47471545df..8cd55c34bb 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -16,6 +16,7 @@ USEDLIBS = \ LLVMSparcV8 \ LLVMSparcV9 \ LLVMX86 \ + LLVMAlpha \ LLVMSkeleton \ LLVMSparcV9RegAlloc \ LLVMSparcV9InstrSched \ |