aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/stage0.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-14 02:49:19 +0900
committerOphestra <cat@gensokyo.uk>2026-04-14 02:57:47 +0900
commit5b5b676132d8a7201b30c7494d2961ab3094b583 (patch)
treeb22ba4f759d7e5d8b42ad7476f43bf7aaa0431ed /internal/rosa/stage0.go
parent78383fb6e8ddae008851c219ded72be6dbb3f99a (diff)
internal/rosa/cmake: remove variant
This has no effect outside formatting of name and is a remnant of the old llvm helpers. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/stage0.go')
-rw-r--r--internal/rosa/stage0.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go
index f4a2edc5..747fd802 100644
--- a/internal/rosa/stage0.go
+++ b/internal/rosa/stage0.go
@@ -9,9 +9,9 @@ import (
func (t Toolchain) newStage0() (pkg.Artifact, string) {
return t.New("rosa-stage0", 0, []pkg.Artifact{
t.Load(Musl),
- t.Load(LLVMCompilerRT),
+ t.Load(CompilerRT),
t.Load(LLVMRuntimes),
- t.Load(LLVMClang),
+ t.Load(Clang),
t.Load(Zlib),
t.Load(Bzip2),