From 73363df463fffca852a2bd0ba8fb56545c49fe05 Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Sat, 14 Oct 2017 23:42:11 +0000 Subject: [PATCH] AMDGPU: Temporary disable pal metadata check line in llvm-readobj test It fails on mips git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315837 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AMDGPU/elf-notes.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/AMDGPU/elf-notes.ll b/test/CodeGen/AMDGPU/elf-notes.ll index 1409356d2ed..cd3c9171959 100644 --- a/test/CodeGen/AMDGPU/elf-notes.ll +++ b/test/CodeGen/AMDGPU/elf-notes.ll @@ -70,7 +70,8 @@ ; OSABI-PAL-ELF-NOT: Unknown note type ; OSABI-PAL-ELF: NT_AMD_AMDGPU_PAL_METADATA (PAL Metadata) ; OSABI-PAL-ELF: PAL Metadata: -; OSABI-PAL-ELF: 0x2e12,0xac02c0,0x2e13,0x80,0x1000001b,0x1,0x10000022,0x60,0x1000003e,0x0 +; TODO: Following check line fails on mips: +; OSABI-PAL-ELF-XXX: 0x2e12,0xac02c0,0x2e13,0x80,0x1000001b,0x1,0x10000022,0x60,0x1000003e,0x0 ; OSABI-PAL-ELF-NOT: Unknown note type ; R600-NOT: .hsa_code_object_version -- 2.40.0