Jack Howarth
2013-Mar-20 13:42 UTC
[LLVMdev] error: unable to get target for 'armv5', see --version and --triple.
Current llvm svn fails make check when built for only x86... [100%] Running the LLVM regression tests FAIL: LLVM :: DebugInfo/inlined-vars.ll (3994 of 7466) ******************** TEST 'LLVM :: DebugInfo/inlined-vars.ll' FAILED ******************** Script: -- /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix ARGUMENT /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -mtriple armv5 -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix ARGUMENT /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix VARIABLE -- Exit Code: 2 Command Output (stderr): -- /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc: : error: unable to get target for 'armv5', see --version and --triple. FileCheck error: '-' is empty. -- ******************** Testing Time: 35.88s ******************** Failing Tests (1): LLVM :: DebugInfo/inlined-vars.ll Expected Passes : 5210 Expected Failures : 26 Unsupported Tests : 2229 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
David Blaikie
2013-Mar-20 15:38 UTC
[LLVMdev] error: unable to get target for 'armv5', see --version and --triple.
On Wed, Mar 20, 2013 at 6:42 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote:> Current llvm svn fails make check when built for only x86...Ah, right, need to put that behind a "requires"... hrm. (or I could just drop it & let the machines that are armv5 native catch this)> > [100%] Running the LLVM regression tests > FAIL: LLVM :: DebugInfo/inlined-vars.ll (3994 of 7466) > ******************** TEST 'LLVM :: DebugInfo/inlined-vars.ll' FAILED ******************** > Script: > -- > /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix ARGUMENT > /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -mtriple armv5 -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix ARGUMENT > /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix VARIABLE > -- > Exit Code: 2 > Command Output (stderr): > -- > /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc: : error: unable to get target for 'armv5', see --version and --triple. > FileCheck error: '-' is empty. > -- > > ******************** > Testing Time: 35.88s > ******************** > Failing Tests (1): > LLVM :: DebugInfo/inlined-vars.ll > > Expected Passes : 5210 > Expected Failures : 26 > Unsupported Tests : 2229 > 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 > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
David Blaikie
2013-Mar-20 17:40 UTC
[LLVMdev] error: unable to get target for 'armv5', see --version and --triple.
I hope this is addressed by r177545 - please let me know if this test is still failing for you after that change. On Wed, Mar 20, 2013 at 8:38 AM, David Blaikie <dblaikie at gmail.com> wrote:> On Wed, Mar 20, 2013 at 6:42 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: >> Current llvm svn fails make check when built for only x86... > > Ah, right, need to put that behind a "requires"... hrm. (or I could > just drop it & let the machines that are armv5 native catch this) > >> >> [100%] Running the LLVM regression tests >> FAIL: LLVM :: DebugInfo/inlined-vars.ll (3994 of 7466) >> ******************** TEST 'LLVM :: DebugInfo/inlined-vars.ll' FAILED ******************** >> Script: >> -- >> /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix ARGUMENT >> /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -mtriple armv5 -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix ARGUMENT >> /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc -O0 < /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll | /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./FileCheck /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/test/DebugInfo/inlined-vars.ll -check-prefix VARIABLE >> -- >> Exit Code: 2 >> Command Output (stderr): >> -- >> /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/bin/./llc: : error: unable to get target for 'armv5', see --version and --triple. >> FileCheck error: '-' is empty. >> -- >> >> ******************** >> Testing Time: 35.88s >> ******************** >> Failing Tests (1): >> LLVM :: DebugInfo/inlined-vars.ll >> >> Expected Passes : 5210 >> Expected Failures : 26 >> Unsupported Tests : 2229 >> 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 >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Apparently Analagous Threads
- [LLVMdev] error: unable to get target for 'armv5', see --version and --triple.
- [LLVMdev] error: unable to get target for 'armv5', see --version and --triple.
- [LLVMdev] ARMv5 Buildbot
- [LLVMdev] regression in llvm 3.4 branch
- [LLVMdev] regression in llvm 3.4 branch