diff options
Diffstat (limited to 'lld/lib/Driver/WinLinkOptions.td')
-rw-r--r-- | lld/lib/Driver/WinLinkOptions.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/lib/Driver/WinLinkOptions.td b/lld/lib/Driver/WinLinkOptions.td index 1456a6bd70e..ca42291177e 100644 --- a/lld/lib/Driver/WinLinkOptions.td +++ b/lld/lib/Driver/WinLinkOptions.td @@ -63,5 +63,8 @@ def incl_c : _Joined<"include:", incl>; def failifmismatch : _Separate<"failifmismatch">; def failifmismatch_c : _Joined<"failifmismatch:", failifmismatch>; +// NOLOGO does nothing. It is defined only for link.exe compatibility. +def nologo : _Flag<"nologo">; + def help : _Flag<"help">; def help_q : _Flag<"?">, Alias<help>; |