mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 22:53:06 +00:00
This commit adds enough Mach-O linker implementation to write out simple Mach-O object file. Be warned however, the object file is largely incomplete: misses relocation info, debug symbols, etc. However, it seemed like a good starting to get the basic understanding right. Signed-off-by: Jakub Konka <kubkon@jakubkonka.com>