[LLVMbugs] [Bug 7816] New: make check: x86 tests when configured with host-only on PPC

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 4 13:44:53 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7816

           Summary: make check: x86 tests when configured with host-only
                    on PPC
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


make check on LLVM configured with--enable-targets=host-only on ppc shows lots
of failures related to missing X86 backend.
******************** TEST 'LLVM :: CodeGen/X86/GC/simple_ocaml.ll' FAILED
********************
Script:
--
llc < /Users/acab/llvm/test/CodeGen/X86/GC/simple_ocaml.ll | grep
caml.*__frametable
llc < /Users/acab/llvm/test/CodeGen/X86/GC/simple_ocaml.ll -march=x86 | grep
{movl      .0}
--
Exit Code: 1
Command Output (stdout):
--
        .globl  "_caml<stdin>__frametable"
"_caml<stdin>__frametable":
--
Command Output (stderr):
--
llc: error: invalid target 'x86'.
--

********************
FAIL: LLVM :: DebugInfo/2010-01-18-DbgValue.ll (2902 of 5470)
******************** TEST 'LLVM :: DebugInfo/2010-01-18-DbgValue.ll' FAILED
********************
Script:
--
llc -O0 < /Users/acab/llvm/test/DebugInfo/2010-01-18-DbgValue.ll | FileCheck
/Users/acab/llvm/test/DebugInfo/2010-01-18-DbgValue.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
/Users/acab/llvm/test/DebugInfo/2010-01-18-DbgValue.ll:14:9: error: expected
string not found in input
;CHECK: DEBUG_VALUE
        ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: DebugInfo/2010-02-01-DbgValueCrash.ll (2904 of 5470)
******************** TEST 'LLVM :: DebugInfo/2010-02-01-DbgValueCrash.ll'
FAILED ********************
Script:
--
llc -O1 < /Users/acab/llvm/test/DebugInfo/2010-02-01-DbgValueCrash.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
--

********************
FAIL: LLVM :: DebugInfo/2010-05-25-DotDebugLoc.ll (2916 of 5470)
******************** TEST 'LLVM :: DebugInfo/2010-05-25-DotDebugLoc.ll' FAILED
********************
Script:
--
llc -O2 < /Users/acab/llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll
-mtriple=x86_64-apple-darwin | grep debug_loc12
--
Exit Code: 1
Command Output (stderr):
--
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.
--

********************
FAIL: LLVM :: DebugInfo/2010-05-28-Crash.ll (2917 of 5470)
******************** TEST 'LLVM :: DebugInfo/2010-05-28-Crash.ll' FAILED
********************
Script:
--
llc  -mtriple=x86_64-apple-darwin <
/Users/acab/llvm/test/DebugInfo/2010-05-28-Crash.ll | FileCheck
/Users/acab/llvm/test/DebugInfo/2010-05-28-Crash.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
/Users/acab/llvm/test/DebugInfo/2010-05-28-Crash.ll:42:9: error: expected
string not found in input
;CHECK: DEBUG_VALUE: bar:x <- EBX+0
        ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: DebugInfo/2010-06-01-DeadArg-DbgInfo.ll (2918 of 5470)
******************** TEST 'LLVM :: DebugInfo/2010-06-01-DeadArg-DbgInfo.ll'
FAILED ********************
Script:
--
llc -O2 < /Users/acab/llvm/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll |
FileCheck /Users/acab/llvm/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
/Users/acab/llvm/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll:10:9: error:
expected string not found in input
;CHECK: DEBUG_VALUE: baz:this <- RDI+0
        ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: DebugInfo/2010-08-04-StackVariable.ll (2921 of 5470)
******************** TEST 'LLVM :: DebugInfo/2010-08-04-StackVariable.ll'
FAILED ********************
Script:
--
llc -O0 < /Users/acab/llvm/test/DebugInfo/2010-08-04-StackVariable.ll | grep
DW_OP_fbreg
--
Exit Code: 1
Command Output (stderr):
--
Assertion failed: (unsigned(ScopeIdx) <= Ctx.pImpl->ScopeRecords.size() &&
"Invalid ScopeIdx!"), function getScope, file DebugLoc.cpp, line 25.
0  llc               0x008e4cd4 llvm::SearchForAddressOfSpecialSymbol(char
const*) + 704
1  llc               0x008e526c llvm::sys::RunInterruptHandlers() + 456
2  libSystem.B.dylib 0x92f639fc _sigtramp + 68
3  libSystem.B.dylib 0xbfffed40 _sigtramp + 755610504
4  libSystem.B.dylib 0xbfffede8 _sigtramp + 755610672
Stack dump:
0.      Program arguments: llc -O0 
1.      Running pass 'Function Pass Manager' on module '<stdin>'.
2.      Running pass 'Darwin PPC Assembly Printer' on function '@main'
--

********************
FAIL: LLVM :: MC/AsmParser/assignment.s (3716 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/assignment.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/assignment.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/assignment.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/assignment.s:3:10: error: expected string
not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/conditional_asm.s (3717 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/conditional_asm.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/conditional_asm.s -I 
/Users/acab/llvm/test/MC/AsmParser | FileCheck
/Users/acab/llvm/test/MC/AsmParser/conditional_asm.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/conditional_asm.s:3:10: error: expected
string not found in input
# CHECK: .byte 2
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_abort.s (3718 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_abort.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_abort.s 2>
/Users/acab/llvm/test/MC/AsmParser/Output/directive_abort.s.tmp
FileCheck -input-file
/Users/acab/llvm/test/MC/AsmParser/Output/directive_abort.s.tmp
/Users/acab/llvm/test/MC/AsmParser/directive_abort.s
--
Exit Code: 1

********************
FAIL: LLVM :: MC/AsmParser/directive_align.s (3719 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_align.s' FAILED
********************
Script:
--
llvm-mc -triple i386-apple-darwin9
/Users/acab/llvm/test/MC/AsmParser/directive_align.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_align.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin9', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_align.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_ascii.s (3720 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_ascii.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_ascii.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_ascii.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_ascii.s:4:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_comm.s (3721 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_comm.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_comm.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_comm.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_comm.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_darwin_section.s (3722 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_darwin_section.s'
FAILED ********************
Script:
--
llvm-mc -triple i386-apple-darwin9
/Users/acab/llvm/test/MC/AsmParser/directive_darwin_section.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_darwin_section.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin9', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_darwin_section.s:3:10: error:
expected string not found in input
# CHECK: .section __DWARF,__debug_frame,regular,debug
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_desc.s (3723 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_desc.s' FAILED
********************
Script:
--
llvm-mc -triple i386-apple-darwin9
/Users/acab/llvm/test/MC/AsmParser/directive_desc.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_desc.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin9', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_desc.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_elf_size.s (3724 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_elf_size.s' FAILED
********************
Script:
--
llvm-mc -triple i386-pc-linux-gnu
/Users/acab/llvm/test/MC/AsmParser/directive_elf_size.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_elf_size.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-pc-linux-gnu', see --version and
--triple.
/Users/acab/llvm/test/MC/AsmParser/directive_elf_size.s:6:10: error: expected
string not found in input
# CHECK: .size a, .Lt-a
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_file.s (3725 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_file.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_file.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_file.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_file.s:6:10: error: expected
string not found in input
# CHECK: .file "hello"
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_fill.s (3726 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_fill.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_fill.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_fill.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_fill.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_include.s (3727 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_include.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_include.s -I 
/Users/acab/llvm/test/MC/AsmParser | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_include.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_include.s:3:10: error: expected
string not found in input
# CHECK: TESTA:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_lcomm.s (3728 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_lcomm.s' FAILED
********************
Script:
--
llvm-mc -triple i386-apple-darwin10
/Users/acab/llvm/test/MC/AsmParser/directive_lcomm.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_lcomm.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin10', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_lcomm.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_line.s (3729 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_line.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_line.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
--

********************
FAIL: LLVM :: MC/AsmParser/directive_loc.s (3730 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_loc.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_loc.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
--

********************
FAIL: LLVM :: MC/AsmParser/directive_org.s (3732 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_org.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_org.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_org.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_org.s:3:10: error: expected string
not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_set.s (3733 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_set.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_set.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_set.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_set.s:3:10: error: expected string
not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_space.s (3734 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_space.s' FAILED
********************
Script:
--
llvm-mc -triple i386-apple-darwin
/Users/acab/llvm/test/MC/AsmParser/directive_space.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_space.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin', see --version and
--triple.
/Users/acab/llvm/test/MC/AsmParser/directive_space.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_subsections_via_symbols.s (3735 of 5470)
******************** TEST 'LLVM ::
MC/AsmParser/directive_subsections_via_symbols.s' FAILED ********************
Script:
--
llvm-mc -triple i386-apple-darwin9
/Users/acab/llvm/test/MC/AsmParser/directive_subsections_via_symbols.s |
FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_subsections_via_symbols.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin9', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_subsections_via_symbols.s:3:10:
error: expected string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_symbol_attrs.s (3736 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_symbol_attrs.s'
FAILED ********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_symbol_attrs.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_symbol_attrs.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_symbol_attrs.s:3:10: error:
expected string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_tbss.s (3737 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_tbss.s' FAILED
********************
Script:
--
llvm-mc -triple x86_64-unknown-darwin
/Users/acab/llvm/test/MC/AsmParser/directive_tbss.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_tbss.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'x86_64-unknown-darwin', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_tbss.s:3:10: error: expected
string not found in input
# CHECK: .tbss _a$tlv$init, 4
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_tdata.s (3738 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_tdata.s' FAILED
********************
Script:
--
llvm-mc -triple x86_64-unknown-darwin
/Users/acab/llvm/test/MC/AsmParser/directive_tdata.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_tdata.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'x86_64-unknown-darwin', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_tdata.s:3:10: error: expected
string not found in input
# CHECK: __DATA,__thread_data,thread_local_regular
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_thread_init_func.s (3739 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_thread_init_func.s'
FAILED ********************
Script:
--
llvm-mc -triple x86_64-unknown-darwin
/Users/acab/llvm/test/MC/AsmParser/directive_thread_init_func.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_thread_init_func.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'x86_64-unknown-darwin', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_thread_init_func.s:3:10: error:
expected string not found in input
# CHECK: __DATA,__thread_init,thread_local_init_function_pointers
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_tlv.s (3740 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_tlv.s' FAILED
********************
Script:
--
llvm-mc -triple x86_64-unknown-darwin
/Users/acab/llvm/test/MC/AsmParser/directive_tlv.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_tlv.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'x86_64-unknown-darwin', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_tlv.s:3:10: error: expected string
not found in input
# CHECK: __DATA,__thread_vars,thread_local_variables
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_values.s (3741 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_values.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/directive_values.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_values.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_values.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/directive_zerofill.s (3742 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/directive_zerofill.s' FAILED
********************
Script:
--
llvm-mc -triple i386-apple-darwin9
/Users/acab/llvm/test/MC/AsmParser/directive_zerofill.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/directive_zerofill.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin9', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/directive_zerofill.s:3:10: error: expected
string not found in input
# CHECK: TEST0:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/exprs.s (3744 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/exprs.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown /Users/acab/llvm/test/MC/AsmParser/exprs.s
> /Users/acab/llvm/test/MC/AsmParser/Output/exprs.s.tmp
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
--

********************
FAIL: LLVM :: MC/AsmParser/hello.s (3745 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/hello.s' FAILED
********************
Script:
--
llvm-mc -triple i386-apple-darwin9 /Users/acab/llvm/test/MC/AsmParser/hello.s
-o -
llvm-mc -triple i386-apple-darwin9 /Users/acab/llvm/test/MC/AsmParser/hello.s
-o - -output-asm-variant=1
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-apple-darwin9', see --version
and --triple.
--

********************
FAIL: LLVM :: MC/AsmParser/labels.s (3746 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/labels.s' FAILED
********************
Script:
--
llvm-mc -triple i686-apple-darwin10 /Users/acab/llvm/test/MC/AsmParser/labels.s
| FileCheck /Users/acab/llvm/test/MC/AsmParser/labels.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i686-apple-darwin10', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/labels.s:4:11: error: expected string not
found in input
// CHECK: a:
          ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/macro-def-in-instantiation.s (3747 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/macro-def-in-instantiation.s'
FAILED ********************
Script:
--
llvm-mc -triple x86_64-apple-darwin10
/Users/acab/llvm/test/MC/AsmParser/macro-def-in-instantiation.s | FileCheck
/Users/acab/llvm/test/MC/AsmParser/macro-def-in-instantiation.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'x86_64-apple-darwin10', see --version
and --triple.
/Users/acab/llvm/test/MC/AsmParser/macro-def-in-instantiation.s:12:11: error:
expected string not found in input
// CHECK: .byte 10
          ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/macros-parsing.s (3748 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/macros-parsing.s' FAILED
********************
Script:
--
not llvm-mc -triple x86_64-apple-darwin10
/Users/acab/llvm/test/MC/AsmParser/macros-parsing.s 2>
/Users/acab/llvm/test/MC/AsmParser/Output/macros-parsing.s.tmp.err
FileCheck --check-prefix=CHECK-ERRORS
/Users/acab/llvm/test/MC/AsmParser/macros-parsing.s <
/Users/acab/llvm/test/MC/AsmParser/Output/macros-parsing.s.tmp.err
--
Exit Code: 1
Command Output (stderr):
--
/Users/acab/llvm/test/MC/AsmParser/macros-parsing.s:8:18: error: expected
string not found in input
// CHECK-ERRORS: 9:1: warning: ignoring directive for now
                 ^
<stdin>:1:1: note: scanning from here
llvm-mc: error: unable to get target for 'x86_64-apple-darwin10', see --version
and --triple.
^
<stdin>:1:5: note: possible intended match here
llvm-mc: error: unable to get target for 'x86_64-apple-darwin10', see --version
and --triple.
    ^
--

********************
FAIL: LLVM :: MC/AsmParser/macros.s (3749 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/macros.s' FAILED
********************
Script:
--
llvm-mc -triple x86_64-apple-darwin10
/Users/acab/llvm/test/MC/AsmParser/macros.s 2>
/Users/acab/llvm/test/MC/AsmParser/Output/macros.s.tmp.err | FileCheck
/Users/acab/llvm/test/MC/AsmParser/macros.s
FileCheck --check-prefix=CHECK-ERRORS
/Users/acab/llvm/test/MC/AsmParser/macros.s <
/Users/acab/llvm/test/MC/AsmParser/Output/macros.s.tmp.err
--
Exit Code: 1
Command Output (stderr):
--
/Users/acab/llvm/test/MC/AsmParser/macros.s:31:11: error: expected string not
found in input
// CHECK: .globl "1 23 $3 2"
          ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM :: MC/AsmParser/variables-invalid.s (3750 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/variables-invalid.s' FAILED
********************
Script:
--
not llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/variables-invalid.s 2>
/Users/acab/llvm/test/MC/AsmParser/Output/variables-invalid.s.tmp
FileCheck --input-file
/Users/acab/llvm/test/MC/AsmParser/Output/variables-invalid.s.tmp
/Users/acab/llvm/test/MC/AsmParser/variables-invalid.s
--
Exit Code: 1
Command Output (stderr):
--
/Users/acab/llvm/test/MC/AsmParser/variables-invalid.s:5:11: error: expected
string not found in input
// CHECK: invalid assignment to 't0_v0'
          ^
/Users/acab/llvm/test/MC/AsmParser/Output/variables-invalid.s.tmp:1:1: note:
scanning from here
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
^
/Users/acab/llvm/test/MC/AsmParser/Output/variables-invalid.s.tmp:1:70: note:
possible intended match here
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
                                                                     ^
--

********************
FAIL: LLVM :: MC/AsmParser/variables.s (3751 of 5470)
******************** TEST 'LLVM :: MC/AsmParser/variables.s' FAILED
********************
Script:
--
llvm-mc -triple i386-unknown-unknown
/Users/acab/llvm/test/MC/AsmParser/variables.s
--
Exit Code: 1
Command Output (stderr):
--
llvm-mc: error: unable to get target for 'i386-unknown-unknown', see --version
and --triple.
--

********************
FAIL: LLVM :: Other/inline-asm-newline-terminator.ll (3823 of 5470)
******************** TEST 'LLVM :: Other/inline-asm-newline-terminator.ll'
FAILED ********************
Script:
--
llc -filetype=obj -o - <
/Users/acab/llvm/test/Other/inline-asm-newline-terminator.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
--

********************
FAIL: LLVM :: Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll (4781 of
5470)
******************** TEST 'LLVM ::
Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll' FAILED
********************
Script:
--
llc -march=x86-64 <
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll -o
- | grep {cmpl       \\$\[1\], %}
--
Exit Code: 1
Command Output (stderr):
--
llc: error: invalid target 'x86-64'.
--

********************
FAIL: LLVM :: Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll
(4786 of 5470)
******************** TEST 'LLVM ::
Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll' FAILED
********************
Script:
--
llc <
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
--

********************
FAIL: LLVM :: Transforms/LoopStrengthReduce/2009-11-10-LSRCrash.ll (4788 of
5470)
******************** TEST 'LLVM ::
Transforms/LoopStrengthReduce/2009-11-10-LSRCrash.ll' FAILED
********************
Script:
--
llc <
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/2009-11-10-LSRCrash.ll
-mtriple=i386-apple-darwin11
--
Exit Code: 1
Command Output (stderr):
--
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.
--

********************
FAIL: LLVM ::
Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll (4789 of
5470)
******************** TEST 'LLVM ::
Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll' FAILED
********************
Script:
--
llc <
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll
-o - | FileCheck
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll:8:10:
error: expected string not found in input
; CHECK: foo:
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
FAIL: LLVM ::
Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll (4790 of
5470)
******************** TEST 'LLVM ::
Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll' FAILED
********************
Script:
--
llc
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll
-o - --x86-asm-syntax=att | grep {cmp.      \$10}
--
Exit Code: 1
Command Output (stderr):
--
llc: Unknown command line argument '--x86-asm-syntax=att'.  Try: 'llc -help'
--

********************
FAIL: LLVM ::
Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll (4791 of
5470)
******************** TEST 'LLVM ::
Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll' FAILED
********************
Script:
--
llc <
/Users/acab/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll
--
Exit Code: 1
Command Output (stderr):
--
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.
--

********************
FAIL: LLVM :: Transforms/LoopStrengthReduce/insert-positions.ll (4800 of 5470)
******************** TEST 'LLVM ::
Transforms/LoopStrengthReduce/insert-positions.ll' FAILED ********************
Script:
--
llc < /Users/acab/llvm/test/Transforms/LoopStrengthReduce/insert-positions.ll
-march=x86-64 >/dev/null
--
Exit Code: 1
Command Output (stderr):
--
llc: error: invalid target 'x86-64'.
--

********************
FAIL: LLVM :: Transforms/TailDup/if-tail-dup.ll (5177 of 5470)
******************** TEST 'LLVM :: Transforms/TailDup/if-tail-dup.ll' FAILED
********************
Script:
--
opt < /Users/acab/llvm/test/Transforms/TailDup/if-tail-dup.ll -tailduplicate | 
  llc -march=x86 -o
/Users/acab/llvm/test/Transforms/TailDup/Output/if-tail-dup.ll.tmp
grep {\\\<je\\\>}
/Users/acab/llvm/test/Transforms/TailDup/Output/if-tail-dup.ll.tmp
not grep jmp /Users/acab/llvm/test/Transforms/TailDup/Output/if-tail-dup.ll.tmp
--
Exit Code: 1
Command Output (stderr):
--
llc: error: invalid target 'x86'.
--

********************

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list