[PATCH] D24762: Alternative fix for empty sections

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 07:51:19 PDT 2016


On 22 September 2016 at 09:59, Eugene Leviant <evgeny.leviant at gmail.com> wrote:
> Are you actually suggesting converting symbols, like I did in
> https://reviews.llvm.org/D24230 ?
> If so, I'd remove those dummy sections as well later. But let's push
> this, I have too many things to merge :-(

Same effect, but different implementation. I would actually move the
commands out and delete the empty OutputSectionCommand. This should
let the script processing run normally.

Cheers,
Rafael


More information about the llvm-commits mailing list