[llvm-commits] CVS: llvm-www/demo/index.cgi

anon at cs.uiuc.edu anon at cs.uiuc.edu
Tue Jun 2 02:19:10 PDT 2009



Changes in directory llvm-www/demo:

index.cgi updated: 1.98 -> 1.99
---
Log message:

Turn on support for nested functions.  Requested by Eric Smith.


---
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.98 llvm-www/demo/index.cgi:1.99
--- llvm-www/demo/index.cgi:1.98	Wed Mar  4 07:20:10 2009
+++ llvm-www/demo/index.cgi	Tue Jun  2 04:13:14 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 -msse3 -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
+	"llvm-gcc -emit-llvm -fnested-functions -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