Skip to content
  • Rafael Espindola's avatar
    Bring r267164 back with a fix. · 0b9531c8
    Rafael Espindola authored
    The fix is to handle local symbols referring to SHF_MERGE sections.
    
    Original message:
    
    GC entries of SHF_MERGE sections.
    
    It is a fairly direct extension of the gc algorithm. For merge sections
    instead of remembering just a live bit, we remember which offsets
    were used.
    
    This reduces the .rodata sections in chromium from 9648861 to 9477472
    bytes.
    
    llvm-svn: 267233
    0b9531c8
Loading