1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

llvm-cov: Disable test on big endian machines

llvm-svn: 204868
This commit is contained in:
Justin Bogner 2014-03-26 22:36:48 +00:00
parent 509530b2ae
commit b221d1c31a

View File

@ -3,6 +3,8 @@
// We need shell for cd // We need shell for cd
// REQUIRES: shell // REQUIRES: shell
// llvm-cov doesn't work on big endian yet
// XFAIL: powerpc64, s390x, mips-, mips64-, sparc
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir %t // RUN: mkdir %t