From 43b8a40fc0e8d99bf29531d33f1f57d0c6e9df5e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 25 Jan 2026 00:29:46 +0900 Subject: internal/rosa: lazy initialise llvm This significantly improves performance. Signed-off-by: Ophestra --- internal/rosa/rosa.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/rosa/rosa.go') diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index c3b6a3ed..cb2985ef 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -114,6 +114,10 @@ const ( // Std denotes the standard Rosa OS toolchain. Std + + // _toolchainEnd is the total number of toolchains available and does not + // denote a valid toolchain. + _toolchainEnd ) // stage3Concat concatenates s and values. If the current toolchain is -- cgit v1.3.1