[PATCH] D28313: Change which input sections we concatenate

Mark Kettenis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 08:56:37 PST 2017


kettenis added a comment.

FWIW, the Solaris linker doesn't merge sections purely on based on name, but the GNU linker does so there probably is plenty of code that depends on this "feature".


https://reviews.llvm.org/D28313





More information about the llvm-commits mailing list