[llvm-commits] [llvm] r67132 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ test/CodeGen/CellSPU/ test/CodeGen/X86/

Bill Wendling isanbard at gmail.com
Wed Mar 18 10:53:00 PDT 2009


On Wed, Mar 18, 2009 at 2:38 AM, Rafael Espindola <espindola at google.com> wrote:
> 2009/3/18 Bill Wendling <isanbard at gmail.com>:
>> Rafael,
>>
>> Your testcase here is failing on Darwin. Could you investigate please?
>>
>> Running /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/X86/dg.exp
>> ...
>> FAIL: /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/X86/20090313-signext.ll
>> Failed with exit(1) at line 3
>> while running: grep {movw       x(%rip), %ax} 20090313-signext.ll.tmp
>> child process exited abnormally
>
> The problem was Darwin using -relocation-model=pic. I added that to the command
> line so that we get similar results for Linux and Darwin.
>
Thanks!

-bw




More information about the llvm-commits mailing list