[LLD][COFF] Add support for /noimplib
authorTobias Hieta <tobias.hieta@ubisoft.com>
Tue, 12 Apr 2022 11:59:45 +0000 (13:59 +0200)
committerTobias Hieta <tobias.hieta@ubisoft.com>
Wed, 13 Apr 2022 14:40:29 +0000 (16:40 +0200)
commit2af43854778a6cff346071e150fe6c2e0afa7f73
treef3b0d9bf97493c2488ea6aa5c6a5cc913e97298c
parentfd0641b58c378cf3fe4f84ff1737c52a932dd384
[LLD][COFF] Add support for /noimplib

Mostly for compatibility reasons with link.exe this flag
makes sure we don't write a implib - not even when /implib
is also passed, that's how link.exe works.

Differential Revision: https://reviews.llvm.org/D123591
lld/COFF/Options.td