qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 5fe13b14e27a7efd90d2eafe083887da3d5fd471
parent fd964388f76443a46f6f091c2aa64cb4e62341e6
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Wed, 29 Jul 2015 09:34:09 -0400

compile emit module

Diffstat:
Mlisc/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/Makefile b/lisc/Makefile @@ -1,5 +1,5 @@ BIN = lisc -OBJ = main.o parse.o ssa.o live.o isel.o spill.o rega.o +OBJ = main.o parse.o ssa.o live.o isel.o spill.o rega.o emit.o CFLAGS = -Wall -Wextra -std=c11 -g -pedantic