AMDGPU: XFAIL LLVM::note-amd-valid-v2.test for big endian
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Mon, 3 May 2021 13:44:16 +0000 (09:44 -0400)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Mon, 3 May 2021 13:45:19 +0000 (09:45 -0400)
llvm/test/tools/llvm-readobj/ELF/note-amd-valid-v2.test

index 688bbd5..c88ddd1 100644 (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