[PATCH] D73192: [tests] Use host-based XFAIL for test/MC/AMDGPU/hsa-gfx10-v3.s

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 07:02:56 PST 2020


hubert.reinterpretcast created this revision.
hubert.reinterpretcast added reviewers: rampitec, xingxue, daltenty.
Herald added subscribers: kerbowa, fedor.sergeev, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

This patch applies D60551 <https://reviews.llvm.org/D60551> to an additional file. In particular, the test is currently marked XFAIL for a number of big-endian targets; however, the failure is actually dependent on the host endianness instead. The test actually specifies a specific target triple.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73192

Files:
  llvm/test/MC/AMDGPU/hsa-gfx10-v3.s


Index: llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
===================================================================
--- llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
+++ llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
@@ -4,7 +4,7 @@
 // RUN: llvm-objdump -s -j .rodata %t | FileCheck --check-prefix=OBJDUMP %s
 
 // big endian not supported
-// XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc
+// XFAIL: host-byteorder-big-endian
 
 // READOBJ: Section Headers
 // READOBJ: .text   PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9]+}} AX {{[0-9]+}} {{[0-9]+}} 256


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73192.239582.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/d668a365/attachment.bin>


More information about the llvm-commits mailing list