forked from OSchip/llvm-project
AMDGPU: XFAIL LLVM::note-amd-valid-v2.test for big endian
This commit is contained in:
parent
2b7fa7f744
commit
2055cc8ef4
|
@ -1,6 +1,9 @@
|
|||
## This test is checking the handling of valid note entries for AMDGPU code
|
||||
## object v2.
|
||||
|
||||
## Big endian is not supported for AMDGPU targets.
|
||||
# XFAIL: host-byteorder-big-endian
|
||||
|
||||
# RUN: yaml2obj %s -o %t.o
|
||||
# RUN: llvm-readobj --notes %t.o | FileCheck %s --match-full-lines --check-prefix=LLVM
|
||||
# RUN: llvm-readelf --notes %t.o | FileCheck %s --match-full-lines --check-prefix=GNU
|
||||
|
|
Loading…
Reference in New Issue