Control: block -1 with 891690 On 2018-03-09 03:51, Aaron M. Ucko wrote: > Builds of pocl for most non-x86 architectures, including several > release architectures, failed with heavy test suite errors: between > 12% and 16% of tests passed, depending on the architecture [1]. The > only exceptions are arm64, which succeeded, and armhf, on which 43% of > tests passed [2] -- still not great, but better.
many of these tests failed with some error similar to /usr/bin/ld: cannot find /usr/lib/llvm-4.0/bin/../lib/clang/4.0.1/lib/linux/libclang_rt.builtins-mipsel.a: No such file or directory at least for mipsel I found that such a file existed in the past and therefore I filed a bug against llvm. That file is not referenced from pocl at all, but from llvm. Probably not worth visiting this in detail before I switch to llvm-5.0 with pocl-1.1 soon. Andreas