AMDGPU: XFAIL LLVM::note-amd-valid-v2.test for big endian

This commit is contained in:
Konstantin Zhuravlyov 2021-05-03 09:44:16 -04:00
parent 2b7fa7f744
commit 2055cc8ef4
1 changed files with 3 additions and 0 deletions

View File

@ -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