compiler: Scaffold stage2_powerpc backend.

Nothing interesting here; literally just the bare minimum so I can work on this
on and off in a branch without worrying about merge conflicts in the non-backend
code.
This commit is contained in:
Alex Rønne Petersen
2025-05-20 02:44:52 +02:00
parent d000e53b29
commit 999777e73a
19 changed files with 172 additions and 41 deletions

View File

@@ -543,6 +543,7 @@ set(ZIG_STAGE2_SOURCES
src/arch/arm/Mir.zig
src/arch/arm/abi.zig
src/arch/arm/bits.zig
src/arch/powerpc/CodeGen.zig
src/arch/riscv64/abi.zig
src/arch/riscv64/bits.zig
src/arch/riscv64/CodeGen.zig