[llvm-commits] CVS: llvm-test/Makefile.programs

Duraid Madina duraid at octopus.com.au
Fri Oct 28 10:52:35 PDT 2005



Changes in directory llvm-test:

Makefile.programs updated: 1.173 -> 1.174
---
Log message:

track the ia64 DAG->DAG instruction selector as llcbeta. 



---
Diffs of the changes:  (+4 -1)

 Makefile.programs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.173 llvm-test/Makefile.programs:1.174
--- llvm-test/Makefile.programs:1.173	Mon Oct 10 11:47:59 2005
+++ llvm-test/Makefile.programs	Fri Oct 28 12:52:23 2005
@@ -193,7 +193,10 @@
 LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha
 #-enable-alpha-intfpdiv
 endif
-ifeq ($(ARCH),x86)
+ifeq ($(ARCH),IA64)
+LLCBETAOPTION := -enable-ia64-dag-isel
+endif
+1ifeq ($(ARCH),x86)
 LLCBETAOPTION := -enable-x86-fastcc
 endif
 






More information about the llvm-commits mailing list