Skip to content
  • Rui Ueyama's avatar
    a9ee8d6e
    Don't gc .interp section. · a9ee8d6e
    Rui Ueyama authored
    This change fixes a bug that was introduced by r285851.
    r285851 converted .interp section as an output section to an input
    section. But I forgot to make it a "Live" section, so if -gc-section
    is given, it was garbage collected.
    
    llvm-svn: 286025
    a9ee8d6e
    Don't gc .interp section.
    Rui Ueyama authored
    This change fixes a bug that was introduced by r285851.
    r285851 converted .interp section as an output section to an input
    section. But I forgot to make it a "Live" section, so if -gc-section
    is given, it was garbage collected.
    
    llvm-svn: 286025
Loading