[PATCH] D33628: [ELF] Filter out non InputSection members from InputSections

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon May 29 10:22:35 PDT 2017


Petr Hosek via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:

> phosek created this revision.
> phosek added a project: lld.
> Herald added a subscriber: emaste.
>
> InputSections may contain MergeInputSection members which trigger a segmentation fault when trying to cast them to InputSection.

Shouldn't MergeInputSections have been combined before getting here (combineMergableSections)?

Cheers,
Rafael


More information about the llvm-commits mailing list