[LLVMbugs] [Bug 13467] lld seg-fault due to null pointer (lazy creation too lazy!)
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Mon Jul 30 13:14:00 PDT 2012
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=13467
Nick Kledzik <kledzik at apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
--- Comment #1 from Nick Kledzik <kledzik at apple.com> 2012-07-30 15:14:00 CDT ---
There were two issues to fix.  One is for addStubAtoms() to exit early if there
were no stubs created.  The other is to renumber the reference kind values.  
Fixed in: revision 160982.
-- 
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