llvm-6502/tools/yaml2obj
Sean Silva 639adc59f8 Add writeAsBinary(raw_ostream &) method to BinaryRef.
Previously, yaml2coff.cpp had a writeHexData static helper function to
do this, but it is generally useful functionality.

Also, validate hex strings up-front to avoid running having to handle
errors "deep inside" the yaml2obj code (it also gives better diagnostics
than it used to).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183345 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-05 22:59:00 +00:00
..
CMakeLists.txt yaml2obj: split out COFF logic into separate file 2013-06-05 19:56:47 +00:00
Makefile Fix the configure build. 2013-05-17 23:20:58 +00:00
yaml2coff.cpp Add writeAsBinary(raw_ostream &) method to BinaryRef. 2013-06-05 22:59:00 +00:00
yaml2obj.cpp yaml2obj: split out COFF logic into separate file 2013-06-05 19:56:47 +00:00
yaml2obj.h yaml2obj: split out COFF logic into separate file 2013-06-05 19:56:47 +00:00