diff options
Diffstat (limited to 'llvm/test/MC/AMDGPU/hsa-v3.s')
-rw-r--r-- | llvm/test/MC/AMDGPU/hsa-v3.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/AMDGPU/hsa-v3.s b/llvm/test/MC/AMDGPU/hsa-v3.s index f372c41332f..8c7c7cea063 100644 --- a/llvm/test/MC/AMDGPU/hsa-v3.s +++ b/llvm/test/MC/AMDGPU/hsa-v3.s @@ -3,6 +3,9 @@ // RUN: llvm-readobj -elf-output-style=GNU -sections -symbols -relocations %t | FileCheck --check-prefix=READOBJ %s // RUN: llvm-objdump -s -j .rodata %t | FileCheck --check-prefix=OBJDUMP %s +// big endian not supported +// XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc + // READOBJ: Section Headers // READOBJ: .text PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9]+}} AX {{[0-9]+}} {{[0-9]+}} 256 // READOBJ: .rodata PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} 0000c0 {{[0-9]+}} A {{[0-9]+}} {{[0-9]+}} 64 |