mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 01:45:12 +00:00
We now resolve relocations for globals, memory addresses and function indexes. Besides above, we now also emit imported functions correctly and create a corresponding undefined symbol for it, where as we create a defined symbol for all other cases. TODO: Make incrememental compilation work again with new linker infrastructure