[cfe-commits] r113814 - /cfe/trunk/test/CodeGen/statements.c

Douglas Gregor dgregor at apple.com
Mon Sep 13 16:35:06 PDT 2010


On Sep 13, 2010, at 4:33 PM, Eric Christopher wrote:

> 
> On Sep 13, 2010, at 4:32 PM, Douglas Gregor wrote:
> 
>> 
>> On Sep 13, 2010, at 4:26 PM, Jakob Stoklund Olesen wrote:
>> 
>>> Author: stoklund
>>> Date: Mon Sep 13 18:26:28 2010
>>> New Revision: 113814
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=113814&view=rev
>>> Log:
>>> Clean up in buildbot directories.
>>> 
>>> This test created a statements.ll file until about a month ago. Some buildbots
>>> still have this file in their source dir. This is the easiest way to remove the
>>> file on all bots. Then I'll revert.
>>> 
>>> Modified:
>>>  cfe/trunk/test/CodeGen/statements.c
>>> 
>>> Modified: cfe/trunk/test/CodeGen/statements.c
>>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/statements.c?rev=113814&r1=113813&r2=113814&view=diff
>>> ==============================================================================
>>> --- cfe/trunk/test/CodeGen/statements.c (original)
>>> +++ cfe/trunk/test/CodeGen/statements.c Mon Sep 13 18:26:28 2010
>>> @@ -1,3 +1,4 @@
>>> +// RUN: rm -f %S/statements.ll
>>> // RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only
>> 
>> Why not just add 
>> 
>> 	-o -
>> 
>> to the %clang_cc1 line?
> 
> Because the file is already there and we want to get rid of it :)

How amusing.

	- Doug



More information about the cfe-commits mailing list