[LLVMdev] error: unable to get target for 'armv5', see --version and --triple.

David Blaikie dblaikie at gmail.com
Wed Mar 20 08:38:02 PDT 2013


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




More information about the llvm-dev mailing list