aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index fb745c0a..6f0aefcc 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -171,7 +171,8 @@ const (
// PresetUnexportedStart is the first unexported preset.
PresetUnexportedStart
- buildcatrust = iota - 1
+ llvmSource = iota - 1
+ buildcatrust
utilMacros
// Musl is a standalone libc that does not depend on the toolchain.