[PATCH] D45801: COFF: Use (name, output characteristics) as a key when grouping input sections into output sections.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 10:10:46 PDT 2018


zturner added a comment.

In https://reviews.llvm.org/D45801#1072314, @rnk wrote:

> @zturner: We need to add logic to this section merging code to make S_SECTION / S_COFFGROUP records.


We already emit the `S_SECTION` symbols (see the function `addLinkerModuleSectionSymbol`), but you're right, we don't emit the `S_COFFGROUP` symbols yet.


https://reviews.llvm.org/D45801





More information about the llvm-commits mailing list