[LLVMbugs] [Bug 103] New: Sparc JIT fails to resolve functions other than main

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Sat Nov 8 15:52:10 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=103

           Summary: Sparc JIT fails to resolve functions other than main
           Product: tools
           Version: trunk
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: lli
        AssignedTo: brukman+bugs at uiuc.edu
        ReportedBy: brukman+bugs at uiuc.edu


Something is rotten in the JIT:

  foo() { ... }
  main() { foo(); }

The call to foo() is not resolved, leading the JIT to call NoopFunc(), so any
program which calls a function other than main is currently broken. This
currently only affects the Sparc JIT, and I speculate has something to do with
the streaming bytecode reader or the JIT/VM global symbol resolution majik.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list