[llvm] r208412 - [yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAML
Simon Atanasyan
simon at atanasyan.com
Fri May 9 06:57:33 PDT 2014
Author: atanasyan
Date: Fri May 9 08:57:33 2014
New Revision: 208412
URL: http://llvm.org/viewvc/llvm-project?rev=208412&view=rev
Log:
[yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAML
map keys.
Modified:
llvm/trunk/test/Object/X86/yaml2obj-elf-x86-rel.yaml
Modified: llvm/trunk/test/Object/X86/yaml2obj-elf-x86-rel.yaml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/X86/yaml2obj-elf-x86-rel.yaml?rev=208412&r1=208411&r2=208412&view=diff
==============================================================================
--- llvm/trunk/test/Object/X86/yaml2obj-elf-x86-rel.yaml (original)
+++ llvm/trunk/test/Object/X86/yaml2obj-elf-x86-rel.yaml Fri May 9 08:57:33 2014
@@ -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
More information about the llvm-commits
mailing list