mirror of
https://github.com/ziglang/zig.git
synced 2026-03-13 14:50:51 +00:00
Portable Executable is an executable format, not an object format. Everywhere in the entire zig codebase, we treated coff and pe as if they were the same. Remove confusion by not including pe in the std.Target.ObjectFormat enum.