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

Rafael Espindola espindola at google.com
Wed Mar 18 02:38:49 PDT 2009


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.

>
> -bw


Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047




More information about the llvm-commits mailing list