summaryrefslogtreecommitdiff
path: root/test/tools
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools')
-rw-r--r--test/tools/llvm-cov/copy_block_helper.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tools/llvm-cov/copy_block_helper.m b/test/tools/llvm-cov/copy_block_helper.m
index 2035965c6ae..1859b883775 100644
--- a/test/tools/llvm-cov/copy_block_helper.m
+++ b/test/tools/llvm-cov/copy_block_helper.m
@@ -3,8 +3,6 @@
// We need shell for cd
// REQUIRES: shell
-// llvm-cov doesn't work on big endian yet
-// XFAIL: powerpc64, s390x, mips-, mips64-, sparc
// RUN: rm -rf %t
// RUN: mkdir %t
@@ -29,3 +27,6 @@ void test(id x) { // GCOV: -: [[@LINE]]:void test
// GCOV: 1: [[@LINE+1]]:int main
int main(int argc, const char *argv[]) { test(0); }
+
+// llvm-cov doesn't work on big endian yet
+// XFAIL: powerpc64, s390x, mips-, mips64-, sparc