ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
34.65k stars 2.53k forks source link

add to the toolchain ability to create an import library #21171

Closed andrewrk closed 2 months ago

andrewrk commented 2 months ago

Prerequisite of #16270.

https://github.com/ziglang/zig/blob/205e17a73cd6c0d30bab1e232ef872f75bfc0035/src/mingw.zig#L279-L289

https://github.com/ziglang/zig/blob/205e17a73cd6c0d30bab1e232ef872f75bfc0035/src/zig_llvm.cpp#L447-L524

We need the ability to do this without the dependency on LLVM.

Probably this should be exposed as a CLI subcommand as well.

andrewrk commented 2 months ago

Oops, duplicate of #17807.