[llvm] bf5c1d9 - [AMDGPU] Fix remaining kernel descriptor test
Scott Linder via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 11:46:47 PDT 2020
Author: Scott Linder
Date: 2020-10-06T18:45:04Z
New Revision: bf5c1d92d92ef8cee2adbfa17ecca20a8f65dc0e
URL: https://github.com/llvm/llvm-project/commit/bf5c1d92d92ef8cee2adbfa17ecca20a8f65dc0e
DIFF: https://github.com/llvm/llvm-project/commit/bf5c1d92d92ef8cee2adbfa17ecca20a8f65dc0e.diff
LOG: [AMDGPU] Fix remaining kernel descriptor test
Follow up on e4a9e4ef554a to fix a test I missed in the original patch.
Committed as obvious.
Added:
Modified:
llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
Removed:
################################################################################
diff --git a/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s b/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
index f6cc91af14076..34b207797bf93 100644
--- a/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
+++ b/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
@@ -3,9 +3,6 @@
// RUN: llvm-readobj -elf-output-style=GNU -sections -symbols -relocations %t | FileCheck --check-prefix=READOBJ %s
// RUN: llvm-objdump -s -j .rodata %t | FileCheck --check-prefix=OBJDUMP %s
-// big endian not supported
-// XFAIL: host-byteorder-big-endian
-
// READOBJ: Section Headers
// READOBJ: .text PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9]+}} AX {{[0-9]+}} {{[0-9]+}} 256
// READOBJ: .rodata PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} 0000c0 {{[0-9]+}} A {{[0-9]+}} {{[0-9]+}} 64
More information about the llvm-commits
mailing list