Jack Howarth
2014-Jun-20 15:16 UTC
[LLVMdev] FAIL: LLVM :: DebugInfo/global.ll (5908 of 10991)
I am seeing a new failure in the llvm test suite at r211359. when built
with -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 under cmake
on x86_64-apple-darwin11…
[100%] Running the LLVM regression tests
second level name optional in hw.optional.fma is invalid
-- Testing: 10991 tests, 2 threads --
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: DebugInfo/global.ll (5908 of 10991)
******************** TEST 'LLVM :: DebugInfo/global.ll' FAILED
********************
Script:
--
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc -O0
-filetype=obj <
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll >
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/test/DebugInfo/Output/global.ll.tmp
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llvm-dwarfdump
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/test/DebugInfo/Output/global.ll.tmp
| /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/FileCheck
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc -O0
-filetype=null <
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc -O0
-filetype=null -mtriple=arm-linux <
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll
--
Exit Code: 1
Command Output (stderr):
--
error: failed to compute relocation: X86_64_RELOC_UNSIGNED
error: failed to compute relocation: X86_64_RELOC_UNSIGNED
error: failed to compute relocation: X86_64_RELOC_UNSIGNED
/sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc: : error:
unable to get target for 'arm--linux', see --version and --triple.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 164.74s
********************
Failing Tests (1):
LLVM :: DebugInfo/global.ll
Expected Passes : 6698
Expected Failures : 31
Unsupported Tests : 4261
Unexpected Failures: 1
make[3]: *** [test/CMakeFiles/check-llvm] Error 1
make[2]: *** [test/CMakeFiles/check-llvm.dir/all] Error 2
make[1]: *** [test/CMakeFiles/check.dir/rule] Error 2
make: *** [check] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20140620/4c2edb65/attachment.html>
Yaron Keren
2014-Jun-20 15:33 UTC
[LLVMdev] FAIL: LLVM :: DebugInfo/global.ll (5908 of 10991)
I get the error under Windows 7, Visual C++ 13, 32 bit build: error: unable to get target for 'arm--linux', see --version and --triple. 2014-06-20 18:16 GMT+03:00 Jack Howarth <howarth.mailing.lists at gmail.com>:> I am seeing a new failure in the llvm test suite at r211359. when built > with -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 under cmake > on x86_64-apple-darwin11... > > [100%] Running the LLVM regression tests > second level name optional in hw.optional.fma is invalid > -- Testing: 10991 tests, 2 threads -- > Testing: 0 .. 10.. 20.. 30.. 40.. 50 > FAIL: LLVM :: DebugInfo/global.ll (5908 of 10991) > ******************** TEST 'LLVM :: DebugInfo/global.ll' FAILED > ******************** > Script: > -- > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc -O0 > -filetype=obj < > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll > > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/test/DebugInfo/Output/global.ll.tmp > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llvm-dwarfdump > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/test/DebugInfo/Output/global.ll.tmp > | /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/FileCheck > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc -O0 > -filetype=null < > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc -O0 > -filetype=null -mtriple=arm-linux < > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/test/DebugInfo/global.ll > -- > Exit Code: 1 > > Command Output (stderr): > -- > error: failed to compute relocation: X86_64_RELOC_UNSIGNED > error: failed to compute relocation: X86_64_RELOC_UNSIGNED > error: failed to compute relocation: X86_64_RELOC_UNSIGNED > /sw/src/fink.build/llvm35-3.5.0-100/llvm-3.5.0/build/./bin/llc: : error: > unable to get target for 'arm--linux', see --version and --triple. > > -- > > ******************** > Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > Testing Time: 164.74s > ******************** > Failing Tests (1): > LLVM :: DebugInfo/global.ll > > Expected Passes : 6698 > Expected Failures : 31 > Unsupported Tests : 4261 > Unexpected Failures: 1 > make[3]: *** [test/CMakeFiles/check-llvm] Error 1 > make[2]: *** [test/CMakeFiles/check-llvm.dir/all] Error 2 > make[1]: *** [test/CMakeFiles/check.dir/rule] Error 2 > make: *** [check] Error 2 > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140620/f42e00a0/attachment.html>