Skip to content
  • Rafael Espindola's avatar
    8e67000f
    Always create a PT_ARM_EXIDX if needed. · 8e67000f
    Rafael Espindola authored
    Unfortunatelly PT_ARM_EXIDX is special. There is no way to create it
    from linker scripts, so we have to create it even if PHDRS is used.
    
    This matches bfd and is required for the lld output to survive bfd's strip.
    
    llvm-svn: 288012
    8e67000f
    Always create a PT_ARM_EXIDX if needed.
    Rafael Espindola authored
    Unfortunatelly PT_ARM_EXIDX is special. There is no way to create it
    from linker scripts, so we have to create it even if PHDRS is used.
    
    This matches bfd and is required for the lld output to survive bfd's strip.
    
    llvm-svn: 288012
Loading