summaryrefslogtreecommitdiffstats
path: root/llvm/utils/yaml2obj/yaml2obj.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant '== true' after a comparison.Richard Trieu2012-08-021-1/+1
| | | | llvm-svn: 161223
* [yaml2obj] Fix build. Apparently I've gotten too familiar with C++11.Michael J. Spencer2012-08-021-1/+1
| | | | llvm-svn: 161206
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-021-0/+879
yaml2obj takes a textual description of an object file in YAML format and outputs the binary equivalent. This greatly simplifies writing tests that take binary object files as input. llvm-svn: 161205
OpenPOWER on IntegriCloud