diff options
author | Justin Bogner <mail@justinbogner.com> | 2015-03-16 07:29:49 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2015-03-16 07:29:49 +0000 |
commit | 0a582d766cf1e24e3de9d0c0c82a6a9f1d7ca14f (patch) | |
tree | efa8c6f573c2ae7e64d549f353d33af91d4a5d0f /llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp | |
parent | 7931b987353c87885562fba2296dd3fc1bb4ab81 (diff) | |
download | bcm5719-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/showTemplateInstantiations.cpp')
-rw-r--r-- | llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp b/llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp index 2b72d83c013..41bebf6bac2 100644 --- a/llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp +++ b/llvm/test/tools/llvm-cov/showTemplateInstantiations.cpp @@ -38,6 +38,3 @@ int main() { // ALL: 1| [[@LINE]]|int main() { } // ALL-NEXT: 1| [[@LINE]]|} // after coverage // ALL-NEXT: | [[@LINE]]|// after // FILTER-NOT: | [[@LINE-1]]|// after - -// llvm-cov doesn't work on big endian yet -// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc |