mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
At bare minimum, the compiler expects std.Target.<arch>.cpu.generic to work for any given architecture when generating the builtin module. So rather than try to hack that into working when the affected modules are omitted, just actually keep them. This affected lanai and xcore.