[LLVMbugs] [Bug 6354] Segfault when using @dynamic with GNU runtime

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 25 17:12:13 PST 2010


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

David Chisnall <csdavec at swan.ac.uk> changed:

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

--- Comment #1 from David Chisnall <csdavec at swan.ac.uk> 2010-02-25 19:12:12 CST ---
Yup, it's still generating the method metadata for methods declared @dynamic
and not implemented.  This was set to some nonsense values for @dynamic
protocols and the runtime was crashing when trying to load them.  Now we only
emit this for @synthesized properties.  Fixed in r97199.

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