[PATCH 3/4] Replace coff-/elf-dump with llvm-readobj

Nico Rieck nico.rieck at gmail.com
Fri Apr 5 00:31:47 PDT 2013


---
  test/CodeGen/AArch64/adrp-relocation.ll           |  22 +-
  test/CodeGen/AArch64/elf-extern.ll                |  16 +-
  test/CodeGen/AArch64/jump-table.ll                |  20 +-
  test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll   |  59 +-
  test/CodeGen/ARM/2010-11-30-reloc-movt.ll         |  39 +-
  test/CodeGen/ARM/2010-12-08-tpsoft.ll             |  24 +-
  test/CodeGen/ARM/2010-12-15-elf-lcomm.ll          |  27 +-
  test/CodeGen/ARM/ehabi-mc-section-group.ll        |  29 +-
  test/CodeGen/ARM/ehabi-mc-sh_link.ll              |  63 +-
  test/CodeGen/PowerPC/mcm-obj-2.ll                 |  45 +-
  test/CodeGen/PowerPC/mcm-obj.ll                   | 151 ++---
  test/CodeGen/PowerPC/pr15359.ll                   |  12 +-
  test/CodeGen/PowerPC/tls-gd-obj.ll                |  28 +-
  test/CodeGen/PowerPC/tls-ie-obj.ll                |  23 +-
  test/CodeGen/PowerPC/tls-ld-obj.ll                |  38 +-
  test/MC/AArch64/elf-globaladdress.ll              |  91 +--
  test/MC/AArch64/elf-reloc-addsubimm.s             |  15 +-
  test/MC/AArch64/elf-reloc-condbr.s                |  15 +-
  test/MC/AArch64/elf-reloc-ldrlit.s                |  30 +-
  test/MC/AArch64/elf-reloc-ldstunsimm.s            |  36 +-
  test/MC/AArch64/elf-reloc-movw.s                  |  94 +--
  test/MC/AArch64/elf-reloc-pcreladdressing.s       |  30 +-
  test/MC/AArch64/elf-reloc-tstb.s                  |  20 +-
  test/MC/AArch64/elf-reloc-uncondbrimm.s           |  20 +-
  test/MC/AArch64/tls-relocs.s                      | 451 +++-----------
  test/MC/ARM/cxx-global-constructor.ll             |   5 +-
  test/MC/ARM/data-in-code.ll                       | 122 ++--
  test/MC/ARM/elf-eflags-eabi-cg.ll                 |   5 +-
  test/MC/ARM/elf-eflags-eabi.s                     |   5 +-
  test/MC/ARM/elf-movt.s                            |  45 +-
  test/MC/ARM/elf-reloc-01.ll                       |  15 +-
  test/MC/ARM/elf-reloc-02.ll                       |  14 +-
  test/MC/ARM/elf-reloc-03.ll                       |  14 +-
  test/MC/ARM/elf-reloc-condcall.s                  |  35 +-
  test/MC/ARM/elf-thumbfunc-reloc.ll                |  28 +-
  test/MC/ARM/elf-thumbfunc-reloc.s                 |  11 +-
  test/MC/ARM/elf-thumbfunc.s                       |  14 +-
  test/MC/ARM/xscale-attributes.ll                  |  33 +-
  test/MC/AsmParser/section.s                       | 144 +++--
  test/MC/AsmParser/section_names.s                 |  62 +-
  test/MC/COFF/align-nops.s                         |  64 +-
  test/MC/COFF/basic-coff-64.s                      | 137 +++++
  test/MC/COFF/basic-coff.s                         | 220 +++----
  test/MC/COFF/bss.s                                |  12 +-
  test/MC/COFF/diff.s                               |  34 +-
  test/MC/COFF/module-asm.ll                        |  32 +-
  test/MC/COFF/secrel32.s                           |  12 +-
  test/MC/COFF/seh-section.s                        |  20 +-
  test/MC/COFF/seh.s                                | 119 +++-
  test/MC/COFF/simple-fixups.s                      |  11 +-
  test/MC/COFF/symbol-alias.s                       |  76 +--
  test/MC/COFF/symbol-fragment-offset-64.s          | 168 ++++++
  test/MC/COFF/symbol-fragment-offset.s             | 277 ++++-----
  test/MC/COFF/weak-symbol-section-specification.ll |  30 +-
  test/MC/COFF/weak.s                               |  48 +-
  test/MC/ELF/abs.s                                 |  19 +-
  test/MC/ELF/alias-reloc.s                         |  62 +-
  test/MC/ELF/alias.s                               | 144 ++---
  test/MC/ELF/align-bss.s                           |  27 +-
  test/MC/ELF/align-nops.s                          |  60 +-
  test/MC/ELF/align-size.s                          |  19 +-
  test/MC/ELF/align-text.s                          |  28 +-
  test/MC/ELF/align.s                               |  55 +-
  test/MC/ELF/basic-elf-32.s                        |  82 +--
  test/MC/ELF/basic-elf-64.s                        |  84 ++-
  test/MC/ELF/call-abs.s                            |  14 +-
  test/MC/ELF/cfi-adjust-cfa-offset.s               |  75 +--
  test/MC/ELF/cfi-advance-loc2.s                    |  71 +--
  test/MC/ELF/cfi-def-cfa-offset.s                  |  74 +--
  test/MC/ELF/cfi-def-cfa-register.s                |  70 ++-
  test/MC/ELF/cfi-def-cfa.s                         |  71 +--
  test/MC/ELF/cfi-escape.s                          |  74 +--
  test/MC/ELF/cfi-offset.s                          |  71 +--
  test/MC/ELF/cfi-register.s                        |  74 +--
  test/MC/ELF/cfi-rel-offset.s                      |  75 +--
  test/MC/ELF/cfi-rel-offset2.s                     |  74 +--
  test/MC/ELF/cfi-remember.s                        |  75 +--
  test/MC/ELF/cfi-restore.s                         |  74 +--
  test/MC/ELF/cfi-same-value.s                      |  74 +--
  test/MC/ELF/cfi-sections.s                        |  65 ++-
  test/MC/ELF/cfi-signal-frame.s                    |  36 +-
  test/MC/ELF/cfi-undefined.s                       |  75 +--
  test/MC/ELF/cfi-zero-addr-delta.s                 |  70 ++-
  test/MC/ELF/cfi.s                                 | 679 
+++++++---------------
  test/MC/ELF/comdat.s                              | 134 +++--
  test/MC/ELF/common.s                              | 105 ++--
  test/MC/ELF/common2.s                             |  25 +-
  test/MC/ELF/debug-line.s                          |  32 +-
  test/MC/ELF/debug-loc.s                           |  28 +-
  test/MC/ELF/diff.s                                |   8 +-
  test/MC/ELF/empty-dwarf-lines.s                   |  28 +-
  test/MC/ELF/empty.s                               | 151 ++---
  test/MC/ELF/entsize.ll                            |  56 +-
  test/MC/ELF/entsize.s                             |  87 +--
  test/MC/ELF/file.s                                |  38 +-
  test/MC/ELF/gen-dwarf.s                           | 106 +---
  test/MC/ELF/global-offset.s                       |  30 +-
  test/MC/ELF/got.s                                 |  29 +-
  test/MC/ELF/ident.s                               |  31 +-
  test/MC/ELF/lcomm.s                               |  36 +-
  test/MC/ELF/leb128.s                              |  39 +-
  test/MC/ELF/local-reloc.s                         |  30 +-
  test/MC/ELF/merge.s                               |  85 +--
  test/MC/ELF/n_bytes.s                             |  38 +-
  test/MC/ELF/noexec.s                              |  46 +-
  test/MC/ELF/norelocation.s                        |  34 +-
  test/MC/ELF/org.s                                 |  16 +-
  test/MC/ELF/pic-diff.s                            |  33 +-
  test/MC/ELF/plt.s                                 |  15 +-
  test/MC/ELF/pr9292.s                              |  37 +-
  test/MC/ELF/relax-arith.s                         |  66 ++-
  test/MC/ELF/relax.s                               |  36 +-
  test/MC/ELF/relocation-386.s                      | 219 ++-----
  test/MC/ELF/relocation-pc.s                       |  53 +-
  test/MC/ELF/relocation.s                          | 131 +----
  test/MC/ELF/rename.s                              |  56 +-
  test/MC/ELF/section.s                             | 172 +++---
  test/MC/ELF/set.s                                 |  36 +-
  test/MC/ELF/sleb.s                                |  16 +-
  test/MC/ELF/symref.s                              | 261 ++++-----
  test/MC/ELF/tls-i386.s                            | 254 ++++----
  test/MC/ELF/tls.s                                 | 127 ++--
  test/MC/ELF/type.s                                |  57 +-
  test/MC/ELF/uleb.s                                |  16 +-
  test/MC/ELF/undef.s                               |  45 +-
  test/MC/ELF/undef2.s                              |  18 +-
  test/MC/ELF/version.s                             |  32 +-
  test/MC/ELF/weak-relocation.s                     |  13 +-
  test/MC/ELF/weak.s                                |  40 +-
  test/MC/ELF/weakref-plt.s                         |  14 +-
  test/MC/ELF/weakref-reloc.s                       |  79 ++-
  test/MC/ELF/weakref.s                             | 320 +++++-----
  test/MC/ELF/x86_64-reloc-sizetest.s               |  12 +-
  test/MC/ELF/zero.s                                |  31 +-
  test/MC/Mips/elf-N64.ll                           |  27 +-
  test/MC/Mips/elf-bigendian.ll                     |  39 +-
  test/MC/Mips/elf-gprel-32-64.ll                   |  15 +-
  test/MC/Mips/elf-reginfo.ll                       |  21 +-
  test/MC/Mips/elf-relsym.ll                        |  20 +-
  test/MC/Mips/elf-tls.ll                           |  12 +-
  test/MC/Mips/elf_basic.s                          |  52 +-
  test/MC/Mips/elf_eflags.ll                        |  44 +-
  test/MC/Mips/elf_st_other.ll                      |   7 +-
  test/MC/Mips/higher_highest.ll                    |  12 +-
  test/MC/Mips/r-mips-got-disp.ll                   |   5 +-
  test/MC/Mips/sym-offset.ll                        |   6 +-
  test/MC/Mips/xgot.ll                              |  35 +-
  test/MC/PowerPC/ppc64-initial-cfa.ll              | 134 +++--
  test/MC/PowerPC/ppc64-relocs-01.ll                |  45 +-
  test/MC/PowerPC/ppc64-tls-relocs-01.ll            |  21 +-
  150 files changed, 4554 insertions(+), 5023 deletions(-)
  create mode 100644 test/MC/COFF/basic-coff-64.s
  create mode 100644 test/MC/COFF/symbol-fragment-offset-64.s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Replace-coff-elf-dump-with-llvm-readobj.patch
Type: text/x-patch
Size: 455799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130405/4420b70f/attachment.bin>


More information about the llvm-commits mailing list