diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-14 02:49:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-14 02:57:47 +0900 |
| commit | 5b5b676132d8a7201b30c7494d2961ab3094b583 (patch) | |
| tree | b22ba4f759d7e5d8b42ad7476f43bf7aaa0431ed /internal/rosa/musl.go | |
| parent | 78383fb6e8ddae008851c219ded72be6dbb3f99a (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/musl.go')
| -rw-r--r-- | internal/rosa/musl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/musl.go b/internal/rosa/musl.go index 226cf8ca..2e9709cd 100644 --- a/internal/rosa/musl.go +++ b/internal/rosa/musl.go @@ -62,7 +62,7 @@ rmdir -v /work/lib func init() { artifactsM[Musl] = Metadata{ f: func(t Toolchain) (pkg.Artifact, string) { - return t.newMusl(false, t.Load(LLVMCompilerRT)) + return t.newMusl(false, t.Load(CompilerRT)) }, Name: "musl", |
