diff options
author | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2018-01-09 20:09:23 +0000 |
---|---|---|
committer | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2018-01-09 20:09:23 +0000 |
commit | 55662a8e9ffe0de5dc4af244caa1e1a22659aeb9 (patch) | |
tree | 1a3d6c47c27611df408d15f3adc11722e0a92961 /llvm/test/tools/llvm-cov/range_based_for.cpp | |
parent | 22e1c14c9777abde572bac0252f9b47ef771bcf9 (diff) | |
download | bcm5719-llvm-55662a8e9ffe0de5dc4af244caa1e1a22659aeb9.tar.gz bcm5719-llvm-55662a8e9ffe0de5dc4af244caa1e1a22659aeb9.zip |
Profiling tests: Endianess XFAIL for powerpc- (32-bit)
Add powerpc- (32-bit) as XFAIL for tests that are documented either in-
line or via commit messages as expected to fail on big-endian systems.
Tests not documented in-line are documented in commit messages as
follows:
r211172 - test/tools/llvm-cov/llvm-cov.test
r247920 - test/Transforms/SampleProfile/gcc-simple.ll
llvm-svn: 322114
Diffstat (limited to 'llvm/test/tools/llvm-cov/range_based_for.cpp')
-rw-r--r-- | llvm/test/tools/llvm-cov/range_based_for.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/range_based_for.cpp b/llvm/test/tools/llvm-cov/range_based_for.cpp index 6f7a11ad634..2934650627e 100644 --- a/llvm/test/tools/llvm-cov/range_based_for.cpp +++ b/llvm/test/tools/llvm-cov/range_based_for.cpp @@ -26,4 +26,4 @@ int main(int argc, const char *argv[]) { // GCOV: 1: [[@LINE]]:int main( } // GCOV: -: [[@LINE]]:} // llvm-cov doesn't work on big endian yet -// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc +// XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc |