aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/stage0.go
diff options
context:
space:
mode:
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 0fc0f8f7..ae5dc611 100644
--- a/internal/rosa/stage0.go
+++ b/internal/rosa/stage0.go
@@ -7,10 +7,10 @@ import (
)
func (t Toolchain) newStage0() (pkg.Artifact, string) {
- musl, compilerRT, runtimes, clang := t.NewLLVM()
+ musl, runtimes, clang := t.NewLLVM()
return t.New("rosa-stage0", 0, []pkg.Artifact{
musl,
- compilerRT,
+ t.Load(LLVMCompilerRT),
runtimes,
clang,