aboutsummaryrefslogtreecommitdiff
path: root/src/libs/mingw/implib.zig
AgeCommit message (Collapse)Author
2025-10-03Support generating import libraries from mingw .def files without LLVMRyan Liptak
For the supported COFF machine types of X64 (x86_64), I386 (x86), ARMNT (thumb), and ARM64 (aarch64), this new Zig implementation results in byte-for-byte identical .lib files when compared to the previous LLVM-backed implementation.