[llvm-commits] [PATCH] yaml2obj: A utility to convert YAML to binaries.

Michael Spencer bigcheesegs at gmail.com
Mon May 21 12:52:33 PDT 2012


On Mon, May 14, 2012 at 3:54 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> Add yaml2obj. A utility to convert YAML to binaries.
>
> yaml2obj takes a textual description of an object file in YAML format
> and outputs the binary equivalent to stdout. This greatly simplifies writing
> tests that take binary object files as input.
>
> The attached patch adds this tool for a subset of COFF and includes
> documentation.
>
> I plan to add support for PE, ELF, and MachO. This helps with both
> LLVMObject and lld tests.
>
> - Michael Spencer

Ping and updated patch that applies cleanly to trunk.

- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: yaml2obj-20120521.patch
Type: application/octet-stream
Size: 49387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120521/8e331102/attachment.obj>


More information about the llvm-commits mailing list