From 93c01ab6b82fd6b17d5328e7e2f7eeca7f13441b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 28 Aug 2026 13:04:05 +0900 Subject: 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 --- internal/rosa/llvm.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'internal/rosa/llvm.go') 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 -- cgit v1.3.1