Axel Naumann
bcdf671ac4
Fix a few vars that can end up being used without initialization.
...
The cases where no initialization happens should still be checked for logic flaws.
llvm-svn: 164032
2012-09-17 14:20:57 +00:00
Richard Trieu
af1a72a830
Remove redundant '== true' after a comparison.
...
llvm-svn: 161223
2012-08-02 23:22:39 +00:00
Michael J. Spencer
6c18ae4d14
[yaml2obj] Fix build. Apparently I've gotten too familiar with C++11.
...
llvm-svn: 161206
2012-08-02 19:36:30 +00:00
Michael J. Spencer
9f255feb3f
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. This greatly simplifies writing
tests that take binary object files as input.
llvm-svn: 161205
2012-08-02 19:16:56 +00:00