[llvm-commits] [llvm-gcc-4.2] r132904 - /llvm-gcc-4.2/trunk/gcc/testsuite/gcc.misc-tests/bprob.exp
Bill Wendling
isanbard at gmail.com
Sun Jun 12 23:23:02 PDT 2011
Author: void
Date: Mon Jun 13 01:23:02 2011
New Revision: 132904
URL: http://llvm.org/viewvc/llvm-project?rev=132904&view=rev
Log:
An attempt to make the buildbot happy.
Modified:
llvm-gcc-4.2/trunk/gcc/testsuite/gcc.misc-tests/bprob.exp
Modified: llvm-gcc-4.2/trunk/gcc/testsuite/gcc.misc-tests/bprob.exp
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/testsuite/gcc.misc-tests/bprob.exp?rev=132904&r1=132903&r2=132904&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/testsuite/gcc.misc-tests/bprob.exp (original)
+++ llvm-gcc-4.2/trunk/gcc/testsuite/gcc.misc-tests/bprob.exp Mon Jun 13 01:23:02 2011
@@ -47,10 +47,12 @@
# Load support procs.
load_lib profopt.exp
-set profile_options "-fprofile-arcs -ftest-coverage"
-set feedback_options "-fbranch-probabilities"
+#set profile_options "-fprofile-arcs -ftest-coverage"
+#set feedback_options "-fbranch-probabilities"
+set profile_option "-fprofile-arcs -ftest-coverage"
+set feedback_option "-fbranch-probabilities"
-foreach profile_option $profile_options feedback_option $feedback_options {
+#foreach profile_option $profile_options feedback_option $feedback_options {
foreach src [lsort [glob -nocomplain $srcdir/$subdir/bprob-*.c]] {
# If we're only testing specific files and this isn't one of them, skip it.
if ![runtest_file_p $runtests $src] then {
@@ -58,4 +60,4 @@
}
profopt-execute $src
}
-}
+#}
More information about the llvm-commits
mailing list