[PATCH] [Object] Split the ELF interface into 3 parts.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Jul 26 07:29:36 PDT 2013


getSectionName is now missing tests for the error case.  Please
include a corrupted ELF file and show llvm-readobj (for example)
printing an error message.


On 23 July 2013 18:41, Michael Spencer <bigcheesegs at gmail.com> wrote:
>   Rebased and addressed error handling comments.
>
> Hi rafael, silvas,
>
> http://llvm-reviews.chandlerc.com/D1033
>
> CHANGE SINCE LAST DIFF
>   http://llvm-reviews.chandlerc.com/D1033?vs=2733&id=2975#toc
>
> Files:
>   include/llvm/Object/ELF.h
>   include/llvm/Object/ELFObjectFile.h
>   include/llvm/Object/ELFTypes.h
>   include/llvm/Object/RelocVisitor.h
>   lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
>   lib/MC/MCObjectSymbolizer.cpp
>   lib/Object/ELFObjectFile.cpp
>   lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
>   tools/llvm-objdump/ELFDump.cpp
>   tools/llvm-readobj/ELFDumper.cpp
>   tools/yaml2obj/yaml2elf.cpp



More information about the llvm-commits mailing list