From 37b327e4c08a01f16ee40da4d943a2aa4350810f Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 15 Jul 2025 23:35:01 +0200 Subject: Boostrap: Regenerate stage 0 in script --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index c95decf..310c4a2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,3 +18,6 @@ echo "Building stage 2..." echo "Building stage 3..." ./stage2 src/main.pry && cc $(llvm-config --libs) bootstrap_output.o -o stage3 + +echo "Regenerating stage 0..." +./stage3 src/main.pry --generate-ir && mv output.ll bootstrap/output.ll -- cgit 1.4.1