tests: toolchains: skip testing with compiler-rt in s390x
This commit is contained in:
parent
75406a880d
commit
f5cc68e457
@ -85,6 +85,11 @@ for compiler in clang clang++; do
|
||||
continue
|
||||
fi
|
||||
|
||||
# compiler-rt does not provide builtins for s390x
|
||||
if [[ "$(uname -m)" = "s390x" && "$rtlib" = "compiler-rt" ]]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
test_toolchain $compiler $rtlib $linker $cxxlib $args
|
||||
done
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user