aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/llvm.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-30 00:16:57 +0900
committerOphestra <cat@gensokyo.uk>2026-07-30 00:18:22 +0900
commit6487b41d922f56d46167802780fcde62d1f27095 (patch)
treea17e76fcb4cd790c3396a26960d45430672c0637 /internal/rosa/llvm.go
parent7908fb9583cb6af84345508390ec9ea9fc986763 (diff)
internal/rosa: remove legacy exec helper
This change also adds a fourth stage to the bootstrap machinery, offering more correct toolchain validation that works around LLVM dynamic linking flaws. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm.go')
-rw-r--r--internal/rosa/llvm.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go
index 8189b642..8a844268 100644
--- a/internal/rosa/llvm.go
+++ b/internal/rosa/llvm.go
@@ -184,8 +184,8 @@ func init() {
}...)
}
- return &meta, t.NewPackage("llvm", meta.Version, source, &PackageAttr{
- Flag: TExclusive,
+ return &meta, t.New("llvm", meta.Version, source, &PackageAttr{
+ Exclusive: true,
Bin: []string{
"chmod",
"mkdir",