diff options
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 |
