This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [MinGW] Don't define names for ignored options. NFC.
ClosedPublic

Authored by mstorsjo on Jan 29 2019, 1:16 AM.

Details

Summary

Move them to the same section as the newly added ignored options without a defined name.

Also move options that actually weren't ignored to the right section.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jan 29 2019, 1:16 AM
ruiu added inline comments.Jan 29 2019, 9:34 AM
MinGW/Options.td
63–84 ↗(On Diff #184032)

Remove HelpText from these ignored options?

mstorsjo updated this revision to Diff 184130.Jan 29 2019, 11:05 AM
mstorsjo marked an inline comment as done.

Removed help texts for ignored options.

ruiu accepted this revision.Jan 29 2019, 11:09 AM

LGTM

This revision is now accepted and ready to land.Jan 29 2019, 11:09 AM
This revision was automatically updated to reflect the committed changes.