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/rosa_test.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/rosa_test.go')
| -rw-r--r-- | internal/rosa/rosa_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/rosa_test.go b/internal/rosa/rosa_test.go index ba51b248..fd92547c 100644 --- a/internal/rosa/rosa_test.go +++ b/internal/rosa/rosa_test.go @@ -94,7 +94,7 @@ func TestCureAll(t *testing.T) { func BenchmarkStage3(b *testing.B) { for b.Loop() { - rosa.Std.Load(rosa.LLVMClang) + rosa.Std.Load(rosa.Clang) b.StopTimer() rosa.DropCaches() |
