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

Michael Spencer bigcheesegs at gmail.com
Mon May 14 15:54:01 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: yaml2obj-2012-05-14.patch
Type: application/octet-stream
Size: 49387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120514/8388060d/attachment.obj>


More information about the llvm-commits mailing list