diff options
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) |
