From bf5c1d92d92ef8cee2adbfa17ecca20a8f65dc0e Mon Sep 17 00:00:00 2001 From: Scott Linder Date: Tue, 6 Oct 2020 18:45:04 +0000 Subject: [PATCH] [AMDGPU] Fix remaining kernel descriptor test Follow up on e4a9e4ef554a to fix a test I missed in the original patch. Committed as obvious. --- llvm/test/MC/AMDGPU/hsa-gfx10-v3.s | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s b/llvm/test/MC/AMDGPU/hsa-gfx10-v3.s index f6cc91a..34b2077 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 -- 2.7.4