We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7fa7f commit 2055cc8Copy full SHA for 2055cc8
llvm/test/tools/llvm-readobj/ELF/note-amd-valid-v2.test
@@ -1,6 +1,9 @@
1
## This test is checking the handling of valid note entries for AMDGPU code
2
## object v2.
3
4
+## Big endian is not supported for AMDGPU targets.
5
+# XFAIL: host-byteorder-big-endian
6
+
7
# RUN: yaml2obj %s -o %t.o
8
# RUN: llvm-readobj --notes %t.o | FileCheck %s --match-full-lines --check-prefix=LLVM
9
# RUN: llvm-readelf --notes %t.o | FileCheck %s --match-full-lines --check-prefix=GNU
0 commit comments