From ba148a1b8f04f20fc8e70a50585ffffadac3368d Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Fri, 9 May 2014 13:57:33 +0000 Subject: [PATCH] [yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAML map keys. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208412 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Object/X86/yaml2obj-elf-x86-rel.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Object/X86/yaml2obj-elf-x86-rel.yaml b/test/Object/X86/yaml2obj-elf-x86-rel.yaml index 2a4cbb8b1c9..5ca6614d238 100644 --- a/test/Object/X86/yaml2obj-elf-x86-rel.yaml +++ b/test/Object/X86/yaml2obj-elf-x86-rel.yaml @@ -1,6 +1,5 @@ # RUN: yaml2obj -format=elf %s > %t # RUN: llvm-readobj -r %t | FileCheck %s -# XFAIL: vg_leak # CHECK: Relocations [ # CHECK-NEXT: Section (2) .rel.text { @@ -16,13 +15,11 @@ FileHeader: Sections: - Type: SHT_PROGBITS Name: .text - Type: SHT_PROGBITS Flags: [ SHF_ALLOC, SHF_EXECINSTR ] AddressAlign: 0x04 Content: 0000000000000000 - Type: SHT_REL Name: .rel.text - Type: SHT_REL Link: .symtab Info: .text AddressAlign: 0x04