diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-02 21:47:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-02 21:47:01 +0900 |
| commit | e6debce649366c54406b41a8f8a0be64fabd9aa8 (patch) | |
| tree | f988e4500a42e6a90204eacdeeedd3cae40ae468 /internal/rosa/all.go | |
| parent | aa26b86fce9f5daf241d659c82a067f4fe0384d1 (diff) | |
internal/rosa/llvm: make source independently available
This is unfortunately still required, due to the monorepo nature of LLVM.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 3 |
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. |
