<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - RuntimeDyld test failures on powerpc-darwin8"
   href="http://llvm.org/bugs/show_bug.cgi?id=20640">20640</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>RuntimeDyld test failures on powerpc-darwin8
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Generic Execution Engine Support
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lhames@gmail.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>fang@csl.cornell.edu
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>FAIL: LLVM :: ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s (6222
of 11280)
******************** TEST 'LLVM ::
ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s' FAILED
********************
Script:
--
gtimeout 1m  /Users/fang/local/src/LLVM-svn/clang34-stage1-build/./bin/llvm-mc
-triple=armv7s-apple-ios7.0.0 -relocation-model=pic -filetype=obj -o
/Volumes/Isolde/builds/LLVM/clang34-stage1-build/test/ExecutionEngine/RuntimeDyld/ARM/Output/foo.o
/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s
gtimeout 1m 
/Users/fang/local/src/LLVM-svn/clang34-stage1-build/./bin/llvm-rtdyld
-triple=armv7s-apple-ios7.0.0 -verify
-check=/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s
/Volumes/Isolde/builds/LLVM/clang34-stage1-build/test/ExecutionEngine/RuntimeDyld/ARM/Output/foo.o
--
Exit Code: 1

Command Output (stderr):
--
Error evaluating expression '*{4}(stub_addr(foo.o, __text, baz)) = 0xe51ff004':
File 'foo.o' not found. No stubs registered.

Error evaluating expression '*{4}(stub_addr(foo.o, __text, baz) + 4) = baz':
File 'foo.o' not found. No stubs registered.

Error evaluating expression 'decode_operand(insn3, 0) = stub_addr(foo.o,
__text, baz) - (insn3 + 8)': Operand '0' of instruction 'insn3' is not an
immediate.
Instruction is:
  <MCInst #424 STRD <MCOperand Reg:66> <MCOperand Reg:67> <MCOperand Reg:66>
<MCOperand Reg:77> <MCOperand Imm:256> <MCOperand Imm:0> <MCOperand Reg:3>>
/Users/fang/local/src/LLVM-svn/clang34-stage1-build/./bin/llvm-rtdyld: error:
some checks in
'/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s'
failed

--

********************
UNSUPPORTED: LLVM :: ExecutionEngine/fma3-jit.ll (6223 of 11280)
FAIL: LLVM :: ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
(6224 of 11280)
******************** TEST 'LLVM ::
ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s' FAILED
********************
Script:
--
gtimeout 1m  /Users/fang/local/src/LLVM-svn/clang34-stage1-build/./bin/llvm-mc
-triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o
/Volumes/Isolde/builds/LLVM/clang34-stage1-build/test/ExecutionEngine/RuntimeDyld/X86/Output/foo.o
/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
gtimeout 1m 
/Users/fang/local/src/LLVM-svn/clang34-stage1-build/./bin/llvm-rtdyld
-triple=x86_64-apple-macosx10.9 -verify
-check=/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
/Volumes/Isolde/builds/LLVM/clang34-stage1-build/test/ExecutionEngine/RuntimeDyld/X86/Output/foo.o
--
Exit Code: 1

Command Output (stderr):
--
Expression '*{8}(stub_addr(foo.o, __text, y)) = y' is false: 0x30000000000000
!= 0x3000
/Users/fang/local/src/LLVM-svn/clang34-stage1-build/./bin/llvm-rtdyld: error:
some checks in
'/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s'
failed

--

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

r213572: good
r214445: bad
r215366: bad

You mentioned in IRC that you suspect a matter of endian-ness.  I'll be happy
to test any patches for you.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>