diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-10 04:01:09 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-10 04:01:09 +0000 |
commit | a945a34c736208dec10f88700ef2e3a14ac88632 (patch) | |
tree | 3d51c0939c939cb555ef303a888122e2f76516fc /llvm/test | |
parent | 33f793892f88dd741edbdf1f207b47b0e66f4517 (diff) | |
download | bcm5719-llvm-a945a34c736208dec10f88700ef2e3a14ac88632.tar.gz bcm5719-llvm-a945a34c736208dec10f88700ef2e3a14ac88632.zip |
Revert my previous patch to make the valgrind bots happy.
llvm-svn: 121461
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/MC/ELF/cfi.s | 41 | ||||
-rw-r--r-- | llvm/test/MC/ELF/empty-dwarf-lines.s | 2 |
2 files changed, 1 insertions, 42 deletions
diff --git a/llvm/test/MC/ELF/cfi.s b/llvm/test/MC/ELF/cfi.s deleted file mode 100644 index df62d7de06c..00000000000 --- a/llvm/test/MC/ELF/cfi.s +++ /dev/null @@ -1,41 +0,0 @@ -// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump --dump-section-data | FileCheck %s - -f: - .cfi_startproc - nop - .cfi_endproc - -// CHECK: # Section 0x00000004 -// CHECK-NEXT: (('sh_name', 0x00000012) # '.eh_frame' -// CHECK-NEXT: ('sh_type', 0x00000001) -// CHECK-NEXT: ('sh_flags', 0x00000002) -// CHECK-NEXT: ('sh_addr', 0x00000000) -// CHECK-NEXT: ('sh_offset', 0x00000048) -// CHECK-NEXT: ('sh_size', 0x00000030) -// CHECK-NEXT: ('sh_link', 0x00000000) -// CHECK-NEXT: ('sh_info', 0x00000000) -// CHECK-NEXT: ('sh_addralign', 0x00000008) -// CHECK-NEXT: ('sh_entsize', 0x00000000) -// CHECK-NEXT: ('_section_data', '14000000 00000000 017a5200 01781001 1b0c0708 90010000 14000000 1c000000 00000000 01000000 00000000 00000000') -// CHECK-NEXT: ), - -// CHECK: # Section 0x00000008 -// CHECK-NEXT: (('sh_name', 0x00000036) # '.rela.eh_frame' -// CHECK-NEXT: ('sh_type', 0x00000004) -// CHECK-NEXT: ('sh_flags', 0x00000000) -// CHECK-NEXT: ('sh_addr', 0x00000000) -// CHECK-NEXT: ('sh_offset', 0x00000158) -// CHECK-NEXT: ('sh_size', 0x00000018) -// CHECK-NEXT: ('sh_link', 0x00000006) -// CHECK-NEXT: ('sh_info', 0x00000004) -// CHECK-NEXT: ('sh_addralign', 0x00000008) -// CHECK-NEXT: ('sh_entsize', 0x00000018) -// CHECK-NEXT: ('_relocations', [ -// CHECK-NEXT: # Relocation 0x00000000 -// CHECK-NEXT: (('r_offset', 0x00000020) -// CHECK-NEXT: ('r_sym', 0x00000002) -// CHECK-NEXT: ('r_type', 0x00000002) -// CHECK-NEXT: ('r_addend', 0x00000000) -// CHECK-NEXT: ), -// CHECK-NEXT: ]) -// CHECK-NEXT: ), diff --git a/llvm/test/MC/ELF/empty-dwarf-lines.s b/llvm/test/MC/ELF/empty-dwarf-lines.s index 0f791ae2aa3..81d98711e9d 100644 --- a/llvm/test/MC/ELF/empty-dwarf-lines.s +++ b/llvm/test/MC/ELF/empty-dwarf-lines.s @@ -9,7 +9,7 @@ c: // CHECK: # Section 0x00000004 // CHECK-NEXT: (('sh_name', 0x00000012) # '.debug_line' -// CHECK-NEXT: ('sh_type', 0x00000001) +// CHECK-NEXT: ('sh_type', 0x00000000) // CHECK-NEXT: ('sh_flags', 0x00000000) // CHECK-NEXT: ('sh_addr', 0x00000000) // CHECK-NEXT: ('sh_offset', 0x00000044) |