Do not XFAIL test/tools/llvm-cov tests on powerpc64le
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 18 Jun 2014 15:52:18 +0000 (15:52 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 18 Jun 2014 15:52:18 +0000 (15:52 +0000)
commitaa6a13a8e2dc019ce17a68c2d24150d9b22376c4
tree7dc3e9980590cb008fe25547889ffc737898737e
parentb7074b8c2d30631b293c13d2279fe2f031ca9726
Do not XFAIL test/tools/llvm-cov tests on powerpc64le

All tests in test/tools/llvm-cov fail on big-endian targets and are
supposed to be XFAILed there.  However, including "powerpc64" in the
XFAIL line is now incorrect, since that matches both powerpc64- and
powerpc64le- targets, and the tests pass on the latter.

Update the XFAIL lines to use powerpc64- instead (like mips64-).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211172 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/copy_block_helper.m
test/tools/llvm-cov/llvm-cov.test
test/tools/llvm-cov/range_based_for.cpp