From ed78a6054c628e80240eff8ea9a06412774df094 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 15 Jun 2024 11:54:19 -0400 Subject: some error reporting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7761c0..caa1558 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ main: $(subst .cpp,.o,$(CXXFILES)) $(CXX) -o $@ $^ $(CXXFLAGS) $(LDFLAGS) prog: main test.fp - ./main < test.fp 2> forsp.ir + ./main < test.fp > forsp.ir llc -march=x86 -filetype=obj --relocation-model=pic forsp.ir -O1 clang -c support.c -m32 -Os clang support.o forsp.ir.o -m32 -Os -- cgit v1.2.3