[llvm-commits] CVS: llvm-www/demo/index.cgi
anon at cs.uiuc.edu
anon at cs.uiuc.edu
Tue Jun 2 08:02:05 PDT 2009
Changes in directory llvm-www/demo:
index.cgi updated: 1.99 -> 1.100
---
Log message:
The -fnested-functions option is not recognized by C++.
Turn it back off again for the moment.
---
Diffs of the changes: (+1 -1)
index.cgi | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.99 llvm-www/demo/index.cgi:1.100
--- llvm-www/demo/index.cgi:1.99 Tue Jun 2 04:13:14 2009
+++ llvm-www/demo/index.cgi Tue Jun 2 09:59:04 2009
@@ -357,7 +357,7 @@
$stats = "-ftime-report"
if ( $c->param('showstats') );
try_run( "llvm C/C++/Fortran front-end (llvm-gcc)",
- "llvm-gcc -emit-llvm -fnested-functions -msse3 -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
+ "llvm-gcc -emit-llvm -msse3 -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
$outputFile );
if ( $c->param('showstats') && -s $timerFile ) {
More information about the llvm-commits
mailing list