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/Transforms/SampleProfile | |
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/Transforms/SampleProfile')
-rw-r--r-- | llvm/test/Transforms/SampleProfile/gcc-simple.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/gcc-simple.ll b/llvm/test/Transforms/SampleProfile/gcc-simple.ll index cbd105ebc3b..fb40af4d9fd 100644 --- a/llvm/test/Transforms/SampleProfile/gcc-simple.ll +++ b/llvm/test/Transforms/SampleProfile/gcc-simple.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s -; XFAIL: powerpc64-, s390x, mips-, mips64-, sparc +; XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc ; Original code: ; ; #include <stdlib.h> |