here the failures. Anyway there is a suggested "revision" to use on
PowerPC 32bit on Linux ?
[...]
llvm[0]: ***** Completed Release Build
+ make check
llvm[0]: Running test suite
make[1]: Entering directory `/home/llvm/work/src/llvm-2.8/test'
Making a new site.exp file...
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
/home/llvm/work/src/llvm-2.8/utils/lit/lit.py -s -v . )
- -- Testing: 5496 tests, 1 threads --
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60..
FAIL: LLVM :: Other/inline-asm-newline-terminator.ll (3857 of 5496)
******************** TEST 'LLVM :: Other/inline-asm-newline-terminator.ll' FAILED ********************
Script:
- --
llc -filetype=obj -o - < /home/llvm/work/src/llvm-2.8/test/Other/inline-asm-newline-terminator.ll
- --
Exit Code: 1
Command Output (stderr):
- --
llc: error auto-selecting target for module 'No available targets are compatible with this triple, see -version for the available targets.'. Please use the -march option to explicitly pick a target.
- --