[LLVMdev] Problem Running llvm-suite
Patrick Simmons
simmon12 at illinois.edu
Fri Feb 6 20:52:15 PST 2009
Hi,
I'm trying to run the tests in llvm-suite, but I've run into trouble.
First, I had the llvm-suite checkout in a directory alongside the llvm
compiler checkout, but, when I ran "make" from llvm-suite, it complained
about there not being a Makefile two levels above it, so I moved
llvm-suite into the "test" subdirectory inside the llvm compiler
checkout. I ran "make" again, but I got this:
[simmon12 at maute llvm-suite]$ make
make[1]: Entering directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource'
make[2]: Entering directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests'
make[3]: Entering directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests/Vector/SSE'
make[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
needed by `Output/sse.expandfft.linked.bc'. Stop.
make[4]: Leaving directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests/Vector/SSE'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests/Vector'
make[2]: *** [all] Error 1
make[2]: Leaving directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource/UnitTests'
make[1]: *** [UnitTests/.makeall] Error 2
make[1]: Leaving directory
`/home/vadve/simmon12/llvm/llvm/test/llvm-suite/SingleSource'
make: *** [SingleSource/.makeall] Error 2
I already ran "./configure" inside llvm-suite, and I built a release
build of the LLVM tools in the compiler checkout, so I'm not sure what
the problem could be. Has anyone else had this problem and perhaps
solved it?
--Patrick
More information about the llvm-dev
mailing list