[PATCH 3/4] Replace coff-/elf-dump with llvm-readobj
    Tim Northover 
    t.p.northover at gmail.com
       
    Fri Apr  5 02:56:01 PDT 2013
    
    
  
>  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 +++-----------
I'm a little concerned about these. As far as I can see the change
leaves no check that the actual relocation number is correct. Just
that LLVM is self-consistent about it. Otherwise, I probably would
have converted them to use llvm-objdump myself.
Tim.
    
    
More information about the llvm-commits
mailing list