[cfe-dev] odd test failure

Ken Dyck Ken.Dyck at onsemi.com
Tue Nov 10 04:24:52 PST 2009


On Tuesday, November 10, 2009 2:38 AM, Daniel Dunbar wrote:
> 
> On Wed, Nov 4, 2009 at 9:12 PM, Mike Stump <mrs at apple.com> wrote:
> > If I do:
> >
> >   $ cd test && make TESTDIRS=CodeGen VERBOSE=1
> >
> > I get:
> >
> > /Volumes/mrs5/net/llvm/llvm-build/tools/clang/test/CodeGen/Output/
> > 2009-04-23-dbg.c.script: line 1: llc: command not found
> >
> > if I do:
> >
> >   $ make test
> >
> > it works.  :-(  I suspect someone it setting PATH up in the first 
> > case, but is, in the second case.  I don't have an llc in my path.
> 
> I can't reproduce this problem.

FWIW, I see the same thing on my workstation running Red Hat Enterprise Linux AS (v4 for 32-bit x86) with GNU Make 3.80 and Python 2.6.

I've found that using TESTSUITE instead of TESTDIRS corrects the problem. 

-Ken




More information about the cfe-dev mailing list