[LLVMdev] 2.1 Pre-Release Available (testers needed)

Tanya Lattner tonic at nondot.org
Mon Sep 17 20:43:46 PDT 2007


On Sep 17, 2007, at 7:42 PM, Maarten ter Huurne wrote:

> On Saturday 15 September 2007, Tanya Lattner wrote:
>
>> 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source.
>> Compile everything. Run "make check" and the full llvm-test suite
>> (make TEST=nightly report).
>
> I tried to do this, but ran into trouble.
>
> LLVM itself compiled fine.
>
> GCC compilation is broken when Java support is enabled. I can file  
> a detailed
> bug report if anyone cares about this. When I restricted it to just  
> C and
> C++, it compiled fine.
>

Java is not supported in llvm-gcc.

> I couldn't get the test suite to run:
>

You need to configure llvm again with ---with-llvmgccdir.  Make sure  
you do this at the llvm level, llvm-test will be reconfigured  
automatically.

-Tanya



> mth at starbug-3:~/src/llvm-test-2.1> CXX=llvm-g++ ./configure
>   --with-llvmsrc=/home/mth/src/llvm-2.1 --with-llvmobj=/home/mth/ 
> src/llvm-2.1
> [...]
> mth at starbug-3:~/src/llvm-test-2.1> make TEST=nightly report
> make -j1 TEST=nightly 2>&1 | tee report.nightly.raw.out
> make[1]: Entering directory `/home/mth/src/llvm-test-2.1'
> make[2]: Entering directory `/home/mth/src/llvm-test-2.1/SingleSource'
> make[3]: Entering directory
> `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests'
> make[4]: Entering directory
> `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector'
> make[5]: Entering directory
> `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector/SSE'
> make[5]: *** No rule to make target `Output/ 
> sse.expandfft.linked.rbc', needed
> by `Output/sse.expandfft.linked.bc'.  Stop.
> make[5]: Leaving directory
> `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector/SSE'
> make[4]: *** [test] Error 1
> make[4]: Leaving directory
> `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector'
> make[3]: *** [test] Error 1
> make[3]: Leaving directory
> `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests'
> make[2]: *** [UnitTests/.maketest] Error 2
> make[2]: Leaving directory `/home/mth/src/llvm-test-2.1/SingleSource'
> make[1]: *** [SingleSource/.maketest] Error 2
> make[1]: Leaving directory `/home/mth/src/llvm-test-2.1'
> /home/mth/src/llvm-test-2.1/GenerateReport.pl /home/mth/src/llvm- 
> test-2.1/TEST.nightly.report
> < report.nightly.raw.out > report.nightly.txt
> Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen |  
> GCC CBE
> LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA
> mth at starbug-3:~/src/llvm-test-2.1>
>
> Since several other people did report test results, I'm probably doing
> something very basic wrong.
>
> Bye,
> 		Maarten
> _______________________________________________
> 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