Changes in directory llvm-test:

Makefile.programs updated: 1.229 -> 1.230
---
Log message:

Test pic codegen tonight


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

 Makefile.programs |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.229 llvm-test/Makefile.programs:1.230
--- llvm-test/Makefile.programs:1.229   Wed Sep 27 12:11:19 2006
+++ llvm-test/Makefile.programs Thu Oct  5 11:50:20 2006
@@ -193,7 +193,7 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -fast -regalloc=local
+LLCBETAOPTION := -relocation-model=pic
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -sched=list-td 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to