[cfe-commits] r62618 - in /cfe/trunk/tools/ccc: ccclib/Driver.py ccclib/Tools.py test/ccc/universal-hello.c

Mike Stump mrs at apple.com
Tue Jan 20 15:13:53 PST 2009


On Jan 20, 2009, at 1:29 PM, Daniel Dunbar wrote:
> Modified: cfe/trunk/tools/ccc/test/ccc/universal-hello.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/ccc/test/ccc/universal-hello.c?rev=62618&r1=62617&r2=62618&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/tools/ccc/test/ccc/universal-hello.c (original)
> +++ cfe/trunk/tools/ccc/test/ccc/universal-hello.c Tue Jan 20  
> 15:29:14 2009
> @@ -1,5 +1,8 @@
> // RUN: xcc -arch ppc -arch i386 -arch x86_64 %s -o %t &&
> -// RUN: %t | grep "Hello, World"
> +// RUN: %t | grep "Hello, World" &&

So, there isn't anything called xcc anymore, right?



More information about the cfe-commits mailing list