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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 18:27:48 PST 2017


I have spent some time simplifying the patch. It is attached and I
think it is substantially simpler than the previous version.

It can be made simpler still by removing a few hacks to set EntSize
and SHF_MERGE on the output flags. I suggest making that in a followup
patch so as to not change too many tests at once.

This patch should also enable some simplifications in the linker script code.

George, would this work for you? I included a simplified version of
the testcase you mentioned.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.diff.xz
Type: application/octet-stream
Size: 56884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170130/a23538ff/attachment-0001.obj>


More information about the llvm-commits mailing list