[llvm-dlltool] Remove support for implying output name
commitd92b9bfef9bd619b59a6dba45eb9298d94042c16
authorMartin Storsjo <martin@martin.st>
Mon, 2 Sep 2019 13:28:07 +0000 (2 13:28 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 2 Sep 2019 13:28:07 +0000 (2 13:28 +0000)
treeb5fecbfee19704b6e961371b3a246ef6e35f576d
parent057664fc40b25890b02cdd3314fed812bb255391
[llvm-dlltool] Remove support for implying output name

I don't see GNU dlltool supporting doing this; with only a -d option
and no -l option, GNU dlltool runs successfully but doesn't write any
output file.

Differential Revision: https://reviews.llvm.org/D65645

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370655 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp