[llvm-commits] CVS: llvm-test/Makefile.programs
Nate Begeman
natebegeman at mac.com
Wed Jul 20 15:44:03 PDT 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.156 -> 1.157
---
Log message:
Enable new flag for llcbeta on powerpc. This option requires a G5, which
is okay for the nightly tester.
---
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.156 llvm-test/Makefile.programs:1.157
--- llvm-test/Makefile.programs:1.156 Thu Jun 16 02:27:16 2005
+++ llvm-test/Makefile.programs Wed Jul 20 17:43:51 2005
@@ -187,7 +187,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-cc-opts
+LLCBETAOPTION := -enable-gpopt
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-alpha-intfpdiv -enable-alpha-ftoi
More information about the llvm-commits
mailing list