aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/yaml2obj/yaml2obj.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31[yaml2obj] Add new command line option `-docnum`.Simon Atanasyan1-4/+6
Input YAML file might contain multiple object file definitions. New option `-docnum` allows to specify an ordinal number (starting from 1) of definition used for an object file generation. Patch reviewed by Sean Silva. llvm-svn: 209967
2013-06-10[yaml2obj] Initial ELF support.Sean Silva1-0/+1
Currently, only emitting the ELF header is supported (no sections or segments). The ELFYAML code organization is broadly similar to the COFFYAML code. llvm-svn: 183711
2013-06-05yaml2obj: split out COFF logic into separate fileSean Silva1-0/+21
llvm-svn: 183335