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

Andrew Lenharth andrewl at lenharth.org
Tue Jan 9 10:48:36 PST 2007


On 1/9/07, John Criswell <criswell at cs.uiuc.edu> wrote:
> Updated to use my copy of the new LLVM tools and Andrew's newly built CFE.

The llvm-gcc you want to use is in ~alenhar2/base/cfe-install/bin
the cfe/install one will go away once the packed struct patch is done.

Andrew

>
> ---
> 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 );
>      }
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list