Skip to content
  • Peter Smith's avatar
    cec1e260
    [ELF] Mark ARM Exceptions that refer to folded code as not live · cec1e260
    Peter Smith authored
        
    ARM Exception Index Table sections .ARM.exidx have an implicit dependency
    on code sections via SHF_LINK_ORDER. When code sections are folded by ICF
    we must mark the unique .ARM.exidx table that describes it as not live
    to prevent an illegal entry in the exception table.
        
    Note that we do not try and follow the relocations from the .ARM.exidx
    section to the .ARM.extab sections to mark these as not live. Leaving
    these sections is not a correctness problem. In theory these could be
    removed via an application of garbage collection.
        
    Fixes https://bugs.llvm.org/show_bug.cgi?id=32614
    
    Differential Revision: https://reviews.llvm.org/D31932
    
    llvm-svn: 300182
    cec1e260
    [ELF] Mark ARM Exceptions that refer to folded code as not live
    Peter Smith authored
        
    ARM Exception Index Table sections .ARM.exidx have an implicit dependency
    on code sections via SHF_LINK_ORDER. When code sections are folded by ICF
    we must mark the unique .ARM.exidx table that describes it as not live
    to prevent an illegal entry in the exception table.
        
    Note that we do not try and follow the relocations from the .ARM.exidx
    section to the .ARM.extab sections to mark these as not live. Leaving
    these sections is not a correctness problem. In theory these could be
    removed via an application of garbage collection.
        
    Fixes https://bugs.llvm.org/show_bug.cgi?id=32614
    
    Differential Revision: https://reviews.llvm.org/D31932
    
    llvm-svn: 300182
Loading