[llvm-commits] [llvm] r58232 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ test/CodeGen/Generic/ test/CodeGen/Mips/ test/CodeGen/X86/

Evan Cheng evan.cheng at apple.com
Mon Oct 27 15:22:03 PDT 2008


Hi Duncan,

Apple style llvm-gcc is not building now due to this:

Undefined symbols:
   "___fixunstfsi", referenced from:
       ___fixunstfdi in _fixunstfdi_s.o
       ___fixunstfdi in _fixunstfdi_s.o
       ___fixunstfdi in _fixunstfdi_s.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

Looks like ppc backend is generating __fixunstfsi now. I'll send you a  
bc file.

Thanks,

Evan

On Oct 27, 2008, at 12:59 PM, Duncan Sands wrote:

> Hi Bill,
>
>> It's not ideal, but I suppose it's okay for now. I did see this
>> failure now happening on my PPC box:
>>
>> $ llvm-dis -o - bug.bc
>> ; ModuleID = 'bugpoint-reduced-simplified.bc'
>> target datalayout =
>> "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32- 
>> f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128"
>> target triple = "powerpc64-apple-darwin9.5"
> ...
>> Does this look related to your stuff?
>
> yup, thanks for the testcase!  Investigating...
>
> Ciao,
>
> Duncan.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list