[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Sep 13 15:32:47 PDT 2010


On Sep 13, 2010, at 3:13 PM, Dale Johannesen wrote:

> 
> On Sep 13, 2010, at 2:56 PMPDT, Jakob Stoklund Olesen wrote:
> 
>> 
>> On Sep 13, 2010, at 2:54 PM, Devang Patel wrote:
>>>> 
>>>> Heh. And I just changed it to -emit-llvm-only in an attempt to clean up a bit more.  Weird that it happened today.
>>> 
>>> I enabled .ll as input file :) This is a good incentive to clean up stale files from your build folder!
>> 
>> The buildbots really ought to make sure their sources are clean.
> 
> I agree.  If they did an erase and  full svn checkout instead of an svn update this would Just Work, right?   That takes longer, and you're more likely to hit a race condition when a change version-locks two different repositories, but maybe we should do it anyway.

Git has a "git clean -dxf" command that makes the checkout directory identical to what was checked in. I don't think subversion has something similar. "svn revert" is close, but it leaves unknown files in the tree.

svn status | grep '^?' | cut -c 8- | xargs -d '\n' rm -rf






More information about the llvm-testresults mailing list