From 7f5d765c929a4dc2deddb7b68a41a3a841940837 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 22 Jan 2026 03:55:02 +0100 Subject: LLVM clang compiler backend Signed-off-by: Mel --- boot/catboot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot/catboot.h') diff --git a/boot/catboot.h b/boot/catboot.h index 621ed11..f7d3e2d 100644 --- a/boot/catboot.h +++ b/boot/catboot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, Mel G. + * Copyright (c) 2025-2026, Mel G. * * SPDX-License-Identifier: MPL-2.0 */ @@ -19,3 +19,4 @@ #include "parse.c" #include "visit.c" #include "transpile.c" +#include "build.c" -- cgit 1.4.1