From c323a8d150533d2cf08a2c855a091a8ec74c3ebd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 8 Feb 2024 00:50:13 -0800 Subject: qbe: Update to latest git --- pkg/qbe/gen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/qbe/gen.lua') diff --git a/pkg/qbe/gen.lua b/pkg/qbe/gen.lua index 418006a1..ca58652e 100644 --- a/pkg/qbe/gen.lua +++ b/pkg/qbe/gen.lua @@ -5,8 +5,8 @@ cflags{ } exe('qbe', [[ - main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c copy.c - fold.c live.c spill.c rega.c gas.c + main.c util.c parse.c abi.c cfg.c mem.c ssa.c alias.c load.c + copy.c fold.c simpl.c live.c spill.c rega.c emit.c amd64/(targ.c sysv.c isel.c emit.c) arm64/(targ.c abi.c isel.c emit.c) rv64/(targ.c abi.c isel.c emit.c) -- cgit v1.2.3