[cfe-commits] r48454 - /cfe/trunk/test/TestRunner.sh

Chris Lattner clattner at apple.com
Mon Mar 17 22:24:05 PDT 2008


On Mar 17, 2008, at 6:45 AM, Gabor Greif wrote:

> Author: ggreif
> Date: Mon Mar 17 08:45:47 2008
> New Revision: 48454
>
> URL: http://llvm.org/viewvc/llvm-project?rev=48454&view=rev
> Log:
> Actually expand the %t1 patterns (in RUN: lines) to a unique
> filename.
> This fixes (e.g.) CodeGen/struct-x86-darwin.c which
> raced at writing to "%t1" with other tests when parallel
> testing was specified with a high "-j XX" value.

I think the magic is supposed to just be "%t".  The 1/2/3/4 are just  
suffixes that are added to the unique name for %t.

-Chris



More information about the cfe-commits mailing list