[LLVMdev] LLVM on ARM testing.

陳韋任 chenwj at iis.sinica.edu.tw
Thu Jul 21 22:32:41 PDT 2011


>   I add the following line back to lib/Support/Unix/Host.inc,
> 
> Arch = "arm";
> 
>   And examples/HowToUseJIT works fine.

  I compile LLVM r131463 (which is the culprit claimed by Karel)
with Ubuntu gcc 4.4.1. Attach is the `make check` log.

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
-------------- next part --------------
llvm[0]: Running test suite
make[1]: Entering directory `/nfs_home/chenwj/work/svn/xbuild/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 ; \
	  /nfs_home/chenwj/work/svn/llvm/utils/lit/lit.py -s -v . )
-- Testing: 6030 tests, 4 threads --
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/Generic/2011-02-12-shuffle.ll (1072 of 6030)
******************** TEST 'LLVM :: CodeGen/Generic/2011-02-12-shuffle.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Generic/2011-02-12-shuffle.ll
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/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.
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/select.ll (1650 of 6030)
******************** TEST 'LLVM :: CodeGen/Thumb/select.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Thumb/select.ll -march=thumb | grep beq | /nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/count 1
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Thumb/select.ll -march=thumb | grep bgt | /nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/count 1
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Thumb/select.ll -march=thumb | grep blt | /nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/count 3
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Thumb/select.ll -march=thumb | grep ble | /nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/count 1
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Thumb/select.ll -march=thumb | grep bls | /nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/count 1
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Thumb/select.ll -march=thumb | grep bhi | /nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/count 1
/nfs_home/chenwj/work/svn/xbuild/Debug+Asserts/bin/llc < /nfs_home/chenwj/work/svn/llvm/test/CodeGen/Thumb/select.ll -mtriple=thumb-apple-darwin | grep __ltdf2
--
Exit Code: 1
Command Output (stderr):
--
Expected 3 lines, got 1.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 260.30s
********************
Failing Tests (2):
    LLVM :: CodeGen/Generic/2011-02-12-shuffle.ll
    LLVM :: CodeGen/Thumb/select.ll

  Expected Passes    : 3205
  Expected Failures  : 33
  Unsupported Tests  : 2790
  Unexpected Failures: 2
make[1]: Leaving directory `/nfs_home/chenwj/work/svn/xbuild/test'


More information about the llvm-dev mailing list