[PATCH] D29273: [ELF] - Added support of linkerscript's "/DISCARD/" for --emit-relocs
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 08:45:12 PST 2017
grimar added a comment.
To support discarding of .eh_frame when in has relocation section,
I had to change where DependentSections lives, now it is a member of
InputSectionBase<ELFT>
https://reviews.llvm.org/D29273
More information about the llvm-commits
mailing list