diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-14 03:01:50 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-14 03:03:06 +0900 |
| commit | 78f9676b1f77a38fa265c92c498ee0cf0f70934e (patch) | |
| tree | 7502cfe148201a24aa0c6603d869c0f7c23f019a /internal/rosa/all.go | |
| parent | 5b5b676132d8a7201b30c7494d2961ab3094b583 (diff) | |
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>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 2c826933..4bbaed58 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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. |
