summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-03-16 07:29:49 +0000
committerJustin Bogner <mail@justinbogner.com>2015-03-16 07:29:49 +0000
commit0a582d766cf1e24e3de9d0c0c82a6a9f1d7ca14f (patch)
treeefa8c6f573c2ae7e64d549f353d33af91d4a5d0f /llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
parent7931b987353c87885562fba2296dd3fc1bb4ab81 (diff)
downloadbcm5719-llvm-0a582d766cf1e24e3de9d0c0c82a6a9f1d7ca14f.tar.gz
bcm5719-llvm-0a582d766cf1e24e3de9d0c0c82a6a9f1d7ca14f.zip
InstrProf: Remove xfails for big-endian from coverage tests
This still doesn't actually work correctly for big endian input files, but since these tests all use little endian input files they don't actually fail. I'll be committing a real fix for big endian soon, but I don't have proper tests for it yet. llvm-svn: 232354
Diffstat (limited to 'llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp')
-rw-r--r--llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp b/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
index da6c9bd9024..895d0f4f862 100644
--- a/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
+++ b/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
@@ -28,6 +28,3 @@ int main() { // CHECK: 1| [[@LINE]]|int main(
// RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -instr-profile %t.profdata -no-colors -filename-equivalence %s | FileCheck -check-prefix=CHECK -check-prefix=WHOLE-FILE %s
// RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -instr-profile %t.profdata -no-colors -filename-equivalence -name=main %s | FileCheck -check-prefix=CHECK -check-prefix=FILTER %s
-
-// llvm-cov doesn't work on big endian yet
-// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc
OpenPOWER on IntegriCloud