[yaml2obj] Initial ELF section support.
authorSean Silva <silvas@purdue.edu>
Thu, 13 Jun 2013 22:19:48 +0000 (22:19 +0000)
committerSean Silva <silvas@purdue.edu>
Thu, 13 Jun 2013 22:19:48 +0000 (22:19 +0000)
commit274264ce2ba93d26702f7ebfe6aea121df44113f
tree44a76d6f75e02f3ac8013c109ccb9524b631bc4e
parent26d36ab0ccaad16044f40dc44650ede2d78adf4f
[yaml2obj] Initial ELF section support.

The current functionality is extremely basic and a bit rough around the
edges, but it will flesh out in future commits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183953 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFYAML.h
lib/Object/ELFYAML.cpp
test/Object/lit.local.cfg
test/Object/yaml2obj-elf-section-basic.yaml [new file with mode: 0644]
tools/yaml2obj/yaml2elf.cpp