[llvm-commits] [test-suite] r55981 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Mon Sep 8 23:24:43 PDT 2008
Author: evancheng
Date: Tue Sep 9 01:24:43 2008
New Revision: 55981
URL: http://llvm.org/viewvc/llvm-project?rev=55981&view=rev
Log:
Need -fast-isel-no-abort in addition to -fast-isel or a whole bunch of tests will fail.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=55981&r1=55980&r2=55981&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Sep 9 01:24:43 2008
@@ -231,7 +231,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -fast-isel
+LLCBETAOPTION := -fast-isel -fast-isel-no-abort
#-aggressive-remat
#-machine-licm
#-new-spilling-heuristic
More information about the llvm-commits
mailing list