ability to create import libs from def files without LLVM #17807
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
linking
os-windows
Milestone
Here we have a dependency on
zig/src/mingw.zig
Lines 413 to 417 in 8457439
which ultimately calls into this code:
zig/src/zig_llvm.cpp
Lines 988 to 1065 in 8457439
which is using the LLVM C++ API.
Instead, the zig compiler needs to directly support creating import libraries from .def files in order to eliminate this dependency on LLVM.
The text was updated successfully, but these errors were encountered: