Similiar tool like implib/dumpbin?

kinke noone at nowhere.com
Sun Nov 3 14:23:36 UTC 2019


On Sunday, 3 November 2019 at 10:35:00 UTC, Andre Pany wrote:
> I saw there are different llvm tools available but I am not 
> sure what their purpose are and how they work.

I haven't tried it, but llvm-dlltool seems to be what you are 
looking for:

> llvm-dlltool.exe --help
OVERVIEW: llvm-dlltool

USAGE: llvm-dlltool [options] file...

OPTIONS:
   -D <value> Specify the input DLL Name
   -d <value> Input .def File
   -f <value> Assembler Flags
   -k         Kill @n Symbol from export
   -l <value> Generate an import lib
   -m <value> Set target machine
   -S <value> Assembler


More information about the digitalmars-d-ldc mailing list