From e6debce649366c54406b41a8f8a0be64fabd9aa8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 2 May 2026 21:47:01 +0900 Subject: internal/rosa/llvm: make source independently available This is unfortunately still required, due to the monorepo nature of LLVM. Signed-off-by: Ophestra --- internal/rosa/all.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index fb745c0a..6f0aefcc 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -171,7 +171,8 @@ const ( // PresetUnexportedStart is the first unexported preset. PresetUnexportedStart - buildcatrust = iota - 1 + llvmSource = iota - 1 + buildcatrust utilMacros // Musl is a standalone libc that does not depend on the toolchain. -- cgit v1.3.1