Similiar tool like implib/dumpbin?

Andre Pany andre at s-e-a-p.de
Sun Nov 3 14:37:57 UTC 2019


On Sunday, 3 November 2019 at 14:23:36 UTC, kinke wrote:
> 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

Thanks a lot. I will try it. If it works well this tool could be 
included into ldc and dmd as replacement for implib.

Kind regards
Andre


More information about the digitalmars-d-ldc mailing list