1
0
forked from rosa/hakurei

internal/rosa/llvm: centralise llvm source

This avoids having to sidestep the NewPackage name formatting machinery to take the cache fast path.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-14 03:01:50 +09:00
parent 5b5b676132
commit 78f9676b1f
2 changed files with 22 additions and 16 deletions

View File

@@ -167,7 +167,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.