[cfe-dev] Windows Lit problems again. What should we do?

Daniel Dunbar daniel_dunbar at apple.com
Sun Sep 19 12:08:42 PDT 2010


On Sep 19, 2010, at 12:07 AM, Francois Pichet wrote:

> Another solution would be to modify lit to use a different temp '%t'
> filename for every clang invocation within the same testcase.

This doesn't work, many test cases reuse a %t for one reason or other.

The simple solution to all of these problems is to just disable the new tempfile code on Windows.

 - Daniel

> 
> On Sun, Sep 19, 2010 at 2:38 AM, Eric Christopher <echristo at apple.com> wrote:
>> 
>> On Sep 18, 2010, at 11:32 PM, Francois Pichet wrote:
>> 
>>> 1: change all instances of
>>> // RUN: FileCheck (blabla) < %t %s
>>> by
>>> // RUN: FileCheck (blabla.) -input-file %t %s
>>> 
>> 
>> This is obnoxious, but I'm ok with it.
>> 
>> Daniel?
>> 
>> -eric
>> 





More information about the cfe-dev mailing list