[LLVMbugs] [Bug 4482] Wrong codegen for calls on darwin ppc32

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jul 1 14:02:05 PDT 2009


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


Dale Johannesen <dalej at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #3 from Dale Johannesen <dalej at apple.com>  2009-07-01 16:02:02 ---
We are now generating $stub instead of $non_lazy_ptr, so the correctness
problem is fixed.  However, there is usually no need to be generating stubs. 
It appears that we always are regardless of any flags, whereas x86-32 gets it
right.  


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