[PATCH] D27415: [ELF] - Replace MergeOutputSection with synthetic input section MergeSection.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 10:50:09 PST 2017


grimar added a comment.

This version also does not allow .abc : { .rodata.foo .rodata.bar} .def : { .rodata.zed} to work correctly,
because .rodata created early will contain all 3 sections.

And https://reviews.llvm.org/D29223 is free of that problem as well. That is argument for switching to something like https://reviews.llvm.org/D29223,
though I think we can still land this one first as a base.


https://reviews.llvm.org/D27415





More information about the llvm-commits mailing list