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

           Summary: PowerPC code generator generates $stub function calls
                    for non-Darwin targets
           Product: libraries
           Version: trunk
          Platform: Macintosh
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: PowerPC
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Subject says it all.  ELF systems don't need $stub functions, and this prevents
proper linking on FreeBSD/ppc (and probably all other ELF PowerPC targets).

Something similar to how X86/X86_64 ELF works would probably do the trick for
fixing this.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to