Not in tree, but I also am not expecting anyone else to run the tests
(and haven't tested them on non-Darwin yet). On my machine I still
have xcc symlinked to the right place.

When I move the tests into the normal location I will update the test
runner to do a command substitution just like clang.

 - Daniel

On Tue, Jan 20, 2009 at 3:13 PM, Mike Stump <[email protected]> wrote:
> 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?
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to