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/all.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/all.go')
| -rw-r--r-- | internal/rosa/all.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 5b20909b..2c826933 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -16,9 +16,9 @@ import ( type PArtifact int const ( - LLVMCompilerRT PArtifact = iota + CompilerRT PArtifact = iota LLVMRuntimes - LLVMClang + Clang // EarlyInit is the Rosa OS init program. EarlyInit |
