[PATCH] [yaml2obj] Initial ELF support.

Sean Silva silvas at purdue.edu
Mon Jun 10 15:03:23 PDT 2013


Hi rafael, Bigcheese,

Currently, only emitting the ELF header is supported (no sections or
segments).

The ELFYAML code organization is broadly similar to the COFFYAML code.

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

Files:
  include/llvm/Object/ELFYAML.h
  lib/Object/CMakeLists.txt
  lib/Object/ELFYAML.cpp
  test/Object/Inputs/ELF/BE32.yaml
  test/Object/Inputs/ELF/BE64.yaml
  test/Object/Inputs/ELF/Header.yaml
  test/Object/Inputs/ELF/LE32.yaml
  test/Object/Inputs/ELF/LE64.yaml
  test/Object/yaml2obj-elf-basic.test
  test/Object/yaml2obj-elf-bits-endian.test
  tools/yaml2obj/CMakeLists.txt
  tools/yaml2obj/yaml2elf.cpp
  tools/yaml2obj/yaml2obj.cpp
  tools/yaml2obj/yaml2obj.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D951.1.patch
Type: text/x-patch
Size: 16770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130610/544a056c/attachment.bin>


More information about the llvm-commits mailing list