This is an archive of the discontinued LLVM Phabricator instance.

[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.
ClosedPublic

Authored by mstorsjo on Jul 21 2018, 10:29 PM.

Details

Summary

This actually has nothing to do with the associative comdat sections that aren't supported by GNU binutils ld.

Clarify the comments from SVN r335918 and use a separate flag for it.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jul 21 2018, 10:29 PM
rnk accepted this revision.Jul 23 2018, 9:48 AM

lgtm

This revision is now accepted and ready to land.Jul 23 2018, 9:48 AM
This revision was automatically updated to reflect the committed changes.