[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 17 10:39:22 PST 2005
Changes in directory llvm/tools/llc:
Makefile updated: 1.67 -> 1.68
---
Log message:
statically link ia64 into 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.67 llvm/tools/llc/Makefile:1.68
--- llvm/tools/llc/Makefile:1.67 Tue Feb 15 15:14:09 2005
+++ llvm/tools/llc/Makefile Thu Mar 17 12:39:06 2005
@@ -17,6 +17,7 @@
LLVMSparcV9 \
LLVMX86 \
LLVMAlpha \
+ LLVMIA64 \
LLVMSkeleton \
LLVMSparcV9RegAlloc \
LLVMSparcV9InstrSched \
More information about the llvm-commits
mailing list