[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Thu Oct 5 09:50:34 PDT 2006
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
More information about the llvm-commits
mailing list