[llvm-testresults] fail to run test suite?

Lu Zhao luzhao at cs.utah.edu
Fri Mar 28 12:11:17 PDT 2008


Hi,

When I tried to run the test suite the first time by following:

% cd llvm/projects
% svn co http://llvm.org/svn/llvm-project/test-suite/trunk llvm-test
% cd ..
% ./configure --with-llvmgccdir=$LLVM_GCC_DIR
% cd projects/llvm-test
% gmake

I got the following error:

gmake[4]: Entering directory
`/var/soft/llvm-2.2/projects/llvm-test/SingleSource/UnitTests/Vector/SSE'
gmake[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
needed by `Output/sse.expandfft.linked.bc'.  
Stop. gmake[4]: Leaving directory
`/var/soft/llvm-2.2/projects/llvm-test/SingleSource/UnitTests/Vector/SSE'

My copy of llvm is 2.2, checked out with svn revison 48906, and the
test suite revision is 48922. My gcc is 4.1.2.

Thanks for help.
Lu



More information about the llvm-testresults mailing list