1
0
forked from rosa/hakurei

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>
This commit is contained in:
2026-05-02 21:47:01 +09:00
parent aa26b86fce
commit e6debce649
2 changed files with 24 additions and 13 deletions

View File

@@ -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.