aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rosa_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-01 03:09:49 +0900
committerOphestra <cat@gensokyo.uk>2026-05-01 03:36:58 +0900
commitfc66f0bb47dd4634f81aa67bf8fc092945643520 (patch)
treeca4664af315dc0929f7f4034aba29de769197d5a /internal/rosa/rosa_test.go
parent2cd6b35beeb655ae2a69d17d223063ee5a3e00bb (diff)
internal/rosa/llvm: use llvm build system
This removes the multistep bootstrap hack. Stage0 exceptions are also eliminated for a later change to bring the stage0 distribution down to just a bare toolchain, toybox and shell. This change also enables dynamic linking and ThinLTO. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/rosa_test.go')
-rw-r--r--internal/rosa/rosa_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/rosa_test.go b/internal/rosa/rosa_test.go
index 0386aee7..b64ebbd7 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.Clang)
+ rosa.Std.Load(rosa.LLVM)
b.StopTimer()
rosa.DropCaches()