[llvm-dlltool] Clarify an error message. NFC.
commit8ff4fa9705b8c1a3ebebe910097222690cda2e37
authorMartin Storsjo <martin@martin.st>
Fri, 2 Aug 2019 11:20:03 +0000 (2 11:20 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 2 Aug 2019 11:20:03 +0000 (2 11:20 +0000)
tree0cca408c1c1f14a72ccb9f5be085aa88ba2c94af
parent72bac317eacd82d6befc194f15930937f4c39086
[llvm-dlltool] Clarify an error message. NFC.

The parameter to the -D (--dllname) option is the name of the dll
that llvm-dlltool produces an import library for. Even though this
is named "OutputFile" in the COFFModuleDefinition class, it's not
an output file name in the context of llvm-dlltool, but the name
of the DLL to create an import library for.

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