This is an archive of the discontinued LLVM Phabricator instance.

[LLD][COFF] Print a warning message for ignored options in lld-link
Needs ReviewPublic

Authored by ayrivera on Jan 13 2021, 9:13 AM.

Details

Summary

This change set adds a new group of linker options (lldWarnMessageGroup) for LLD COFF driver to handle those flags that aren't supported by lld-link but can be ignore due to compatibility with MS-LINK. LLD will print a warning message saying that the option will be ignored.

Also, the change set adds the option /ASSEMBLYDEBUG.

Diff Detail

Event Timeline

ayrivera created this revision.Jan 13 2021, 9:13 AM
ayrivera requested review of this revision.Jan 13 2021, 9:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2021, 9:13 AM
ayrivera updated this revision to Diff 316444.Jan 13 2021, 10:20 AM

Update for clang-format