diff options
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index ef3275d6..a9c4ae56 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -178,6 +178,18 @@ const ( PresetUnexportedStart llvmSource = iota - 1 + // earlyCompilerRT is an early, standalone compiler-rt installation for the + // standalone runtimes build. + // + // earlyCompilerRT must only be loaded by [LLVM]. + earlyCompilerRT + // earlyRuntimes is an early, standalone installation of LLVM runtimes to + // work around the cmake build system leaking the system LLVM installation + // when invoking the newly built toolchain. + // + // earlyRuntimes must only be loaded by [LLVM]. + earlyRuntimes + buildcatrust utilMacros |
