aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/llvm.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/llvm.go')
-rw-r--r--internal/rosa/llvm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go
index 85f4292d..9e958639 100644
--- a/internal/rosa/llvm.go
+++ b/internal/rosa/llvm.go
@@ -64,7 +64,7 @@ func init() {
meta.Version = _meta.Version
early := _muslHeaders
- if t.stage.isStage0() {
+ if t.stage.isStage0() && !t.stage.isRosa() {
// The LLVM build system uses the system installation when building with
// LLVM_LINK_LLVM_DYLIB, since it builds runtimes after the fact, using
// the just-built toolchain. This is unacceptable in stage0 due to the