[llvm-commits] CVS: llvm-www/demo/index.cgi
John Criswell
criswell at cs.uiuc.edu
Tue Jan 9 08:33:36 PST 2007
Changes in directory llvm-www/demo:
index.cgi updated: 1.66 -> 1.67
---
Log message:
Updated to use my copy of the new LLVM tools and Andrew's newly built CFE.
---
Diffs of the changes: (+5 -5)
index.cgi | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.66 llvm-www/demo/index.cgi:1.67
--- llvm-www/demo/index.cgi:1.66 Fri Sep 15 01:31:45 2006
+++ llvm-www/demo/index.cgi Tue Jan 9 10:33:12 2007
@@ -5,7 +5,7 @@
# doing remote web JO99C compilations. (It could still be used for that
# purpose, though the two scripts have diverged somewhat.)
#
-# Last modified $Date: 2006/09/15 06:31:45 $
+# Last modified $Date: 2007/01/09 16:33:12 $
#
use strict;
@@ -29,9 +29,9 @@
my @PREPENDPATHDIRS =
(
- '/home/vadve/criswell/box/x86/llvm-gcc/bin/',
- '/home/vadve/gaeke/llvm/Release/bin', '/home/vadve/gaeke/bin',
- '/home/vadve/gaeke/llvm/projects/Stacker/Release/bin' );
+ '/home/vadve/alenhar2/cfe/install/bin/',
+ '/home/vadve/criswell/box/x86/latestllvm/Debug/bin',
+ '/home/vadve/criswell/box/x86/projects/Stacker/Debug/bin');
sub getname {
my ($extension) = @_;
@@ -377,7 +377,7 @@
$stats = "-Wa,--stats,--time-passes,--info-output-file=$timerFile"
if ( $c->param('showstats') );
try_run( "llvm C/C++ front-end (llvm-gcc)",
- "llvm-gcc -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
+ "llvm-gcc -emit-llvm -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
$outputFile );
}
More information about the llvm-commits
mailing list