Open
Description
I've take some time to port llvm-dlltool
to Rust, implib-rs is a crate implements generating Windows import library from module definition file.
Unfortunately rust-ar
doesn't support writing symbol table, so the currently it requires to run ranlib
after generation to be useful. Thus it's not ready to be integrated in python3-dll-a
right now. Hopefully someday we can find a solution to it.
I wonder how hard it is to port the mingw64 version, it'd be nice to support them both.
Update: implib crate now produces the exact same .lib
file like llvm-dlltool
and it works for linking with lld
with the this python3-dll-a
patch:
Metadata
Assignees
Labels
No labels
Activity