diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-28 13:04:05 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-28 13:04:05 +0900 |
| commit | 93c01ab6b82fd6b17d5328e7e2f7eeca7f13441b (patch) | |
| tree | 614c3ca8ae9d42cae7d1a2c318966942e0e4624b /internal/rosa/llvm.go | |
| parent | 2fa116691dcf00c90ce3c5ed9c32db67b5804c10 (diff) | |
internal/rosa/package/llvm: 22.1.8 to 23.1.0
libclc is removed from the LLVM package and will be re-added as a separate package.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm.go')
| -rw-r--r-- | internal/rosa/llvm.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 9e958639..dddd6388 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -120,7 +120,6 @@ func init() { "libcxx", "libcxxabi", "libunwind", - "libclc", }, ";") + "'"}, } @@ -128,6 +127,8 @@ func init() { skipChecks := []string{ // expensive, pointless to run here "benchmarks", + // Read-only file system + "Assembler/thinlto-bad-summary-5.ll", // LLVM ERROR: Tried to execute an unknown external function: roundevenf "ExecutionEngine/Interpreter/intrinsics.ll", // clang: deadlocks with LLVM_BUILD_LLVM_DYLIB @@ -153,6 +154,8 @@ func init() { "selftest/dsl/dsl.sh.py", "input.output/iostream.format", "locale-specific_form", + "text_encoding/environment.pass.cpp", + "text_encoding.members/environment.pass.cpp", // cxx: deadlocks "std/thread/thread.jthread", // unwind: fails on musl |
