[LLVMbugs] [Bug 5735] New: JIT should not codegen available_externally functions.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Dec 9 11:22:54 PST 2009


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

           Summary: JIT should not codegen available_externally functions.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Target-Independent JIT
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jyasskin at google.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=3931)
 --> (http://llvm.org/bugs/attachment.cgi?id=3931)
Failing test + assertion

The attached patch currently fails because the JIT tries to compile the
available_externally function instead of dlsym'ing the existing definition.


-- 
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