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

Chris Lattner sabre at nondot.org
Sun Feb 8 11:41:54 PST 2009



Changes in directory llvm-www/demo:

index.cgi updated: 1.93 -> 1.94
---
Log message:

pass -msse3 to llvm-gcc.



---
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.93 llvm-www/demo/index.cgi:1.94
--- llvm-www/demo/index.cgi:1.93	Mon Feb  2 01:58:40 2009
+++ llvm-www/demo/index.cgi	Sun Feb  8 13:40:48 2009
@@ -354,7 +354,7 @@
     $stats = "-ftime-report"
 	if ( $c->param('showstats') );
     try_run( "llvm C/C++ front-end (llvm-gcc)",
-	"llvm-gcc -emit-llvm -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