[PATCH] Remove kindInGroup reference
    kledzik at apple.com 
    kledzik at apple.com
       
    Mon Jan 26 16:26:54 PST 2015
    
    
  
>From what I recall, ELF has the semantics that you cannot just remove an atom in the middle of a section, because there is not enough relocations in the section to fix up the remaining (e.g CALLs to static functions in the same section don't have relocations on them, so if the distance changed because some atom between the two was removed, the CALL now be to the new location). The group reference was a way to keep all atoms in a section together.
http://reviews.llvm.org/D7189
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
    
    
More information about the llvm-commits
mailing list