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

Michael Spencer bigcheesegs at gmail.com
Mon Jun 24 17:25:49 PDT 2013


Hi rafael, silvas,

* ELFTypes.h contains template magic for defining types based on endianess, size, and alignment.
* ELFFile.h defines the ELFFile class which provides low level ELF specific access.
* ELFObjectFile.h contains ELFObjectFile which uses ELFFile to implement the ObjectFile interface.


http://llvm-reviews.chandlerc.com/D1033

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1033.1.patch
Type: text/x-patch
Size: 214400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130624/8479b7c5/attachment.bin>


More information about the llvm-commits mailing list