[LLVMdev] Problem Running llvm-suite

Bill Wendling isanbard at gmail.com
Sun Feb 8 00:32:50 PST 2009


You will also need to specify where "llvm-gcc" and "llvm-g++" are. So  
you'll have to build LLVM, then build LLVM-GCC, link the created "gcc"  
and "g++" to the "llvm-gcc" and "llvm-g++", then reconfigure LLVM with  
the --with-llvmgccdir pointing to the LLVM-GCC you created.

-bw

On Feb 6, 2009, at 8:52 PM, Patrick Simmons wrote:

> 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
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list