[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)

KIMURA Masaru hiyuh.root at gmail.com
Wed Apr 4 01:19:20 PDT 2012


Hi,

CodeGen/Generic/dbg-declare.ll is really generic test?

$ make check
llvm[0]: Running test suite
make[1]: Entering directory
`/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/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 ; \
  /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/utils/lit/lit.py -s -v . )
FAIL: LLVM :: CodeGen/Generic/dbg-declare.ll (1007 of 5883)
******************** TEST 'LLVM :: CodeGen/Generic/dbg-declare.ll'
FAILED ********************
Script:
--
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/bin/llc <
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test/CodeGen/Generic/dbg-declare.ll
-O0
--
Exit Code: 1
Command Output (stderr):
--
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/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 Time: 141.66s
********************
Failing Tests (1):
    LLVM :: CodeGen/Generic/dbg-declare.ll

  Expected Passes    : 2936
  Expected Failures  : 13
  Unsupported Tests  : 2933
  Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make[1]: Leaving directory
`/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test'
make: *** [check] Error 2



More information about the llvm-dev mailing list