Don't gc .interp section.
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
lld/test/ELF/gc-sections-synthetic.s
0 → 100644
Please register or sign in to comment