diff options
| author | Michael Forney <mforney@mforney.org> | 2024-02-08 00:50:13 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-02-08 00:55:32 -0800 |
| commit | c323a8d150533d2cf08a2c855a091a8ec74c3ebd (patch) | |
| tree | e6975f8cc4dc50c5727c4d71de572bd80371f365 /pkg/qbe/gen.lua | |
| parent | d86181765404ea228ba404c80f41f8330f574208 (diff) | |
qbe: Update to latest git
Diffstat (limited to 'pkg/qbe/gen.lua')
| -rw-r--r-- | pkg/qbe/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
