diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2014-05-09 13:57:33 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2014-05-09 13:57:33 +0000 |
commit | ba148a1b8f04f20fc8e70a50585ffffadac3368d (patch) | |
tree | 6aff170e5259aad2c74c2343dc50aa46fc2fc215 /test/Object/X86 | |
parent | dd8ddbf6d3507bf737590a7c293e2790d7babf55 (diff) |
[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
Diffstat (limited to 'test/Object/X86')
-rw-r--r-- | test/Object/X86/yaml2obj-elf-x86-rel.yaml | 3 |
1 files changed, 0 insertions, 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 |