[PATCH] D27988: [LLD] Combine read-only and writable input sections into single output section

Mark Kettenis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 03:30:52 PST 2016


kettenis added a comment.

Rafael pointed out that the current behaviour matches the ELF specification.

I verified that the Solaris ld also doesn't concatenate the sections in this case.

Consider this diff withdrawn.


https://reviews.llvm.org/D27988





More information about the llvm-commits mailing list