Skip to content

Commit d6e4164

Browse files
committed
[AMDGPU] Skip -mattr=dumpcode test on big-endian hosts
I did not know that the output is different depending on the host endianness. This should be fixed properly but in the mean time this patch fixes the buildbot failures.
1 parent c4ed95c commit d6e4164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/AMDGPU/dumpcode.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -mattr=dumpcode -filetype=obj < %s | llvm-objcopy --dump-section .AMDGPU.disasm=- - /dev/null | FileCheck %s -check-prefix=GFX10
2+
; REQUIRES: host-byteorder-little-endian
23

34
; GFX10: f:
45
; GFX10-NEXT: BB0_0:

0 commit comments

Comments
 (0)