Skip to content

Commit 2055cc8

Browse files
committed
AMDGPU: XFAIL LLVM::note-amd-valid-v2.test for big endian
1 parent 2b7fa7f commit 2055cc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/tools/llvm-readobj/ELF/note-amd-valid-v2.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## This test is checking the handling of valid note entries for AMDGPU code
22
## object v2.
33

4+
## Big endian is not supported for AMDGPU targets.
5+
# XFAIL: host-byteorder-big-endian
6+
47
# RUN: yaml2obj %s -o %t.o
58
# RUN: llvm-readobj --notes %t.o | FileCheck %s --match-full-lines --check-prefix=LLVM
69
# RUN: llvm-readelf --notes %t.o | FileCheck %s --match-full-lines --check-prefix=GNU

0 commit comments

Comments
 (0)