[llvm-commits] CVS: llvm/tools/llc/Makefile 
    Andrew Lenharth 
    alenhar2 at cs.uiuc.edu
       
    Tue Feb 15 13:14:24 PST 2005
    
    
  
Changes in directory llvm/tools/llc:
Makefile updated: 1.66 -> 1.67
---
Log message:
add Alpha to llc
---
Diffs of the changes:  (+1 -0)
 Makefile |    1 +
 1 files changed, 1 insertion(+)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.66 llvm/tools/llc/Makefile:1.67
--- llvm/tools/llc/Makefile:1.66	Fri Jan  7 01:51:25 2005
+++ llvm/tools/llc/Makefile	Tue Feb 15 15:14:09 2005
@@ -16,6 +16,7 @@
 	LLVMSparcV8 \
 	LLVMSparcV9 \
 	LLVMX86 \
+	LLVMAlpha \
 	LLVMSkeleton \
 	LLVMSparcV9RegAlloc \
 	LLVMSparcV9InstrSched \
    
    
More information about the llvm-commits
mailing list