[LLVMbugs] [Bug 10334] New: PowerPC code generator generates $stub function calls for non-Darwin targets

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 11 18:41:26 PDT 2011


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: unassignedbugs at nondot.org
        ReportedBy: chmeeedalf+llvm at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list