This is an archive of the discontinued LLVM Phabricator instance.

[obj2yaml] Recognize input file format automatically
ClosedPublic

Authored by atanasyan on May 3 2014, 5:02 AM.

Details

Reviewers
Bigcheese
Summary

Recognize input file format automatically using llvm::object::ObjectFileinterface methods isCOFF(). The '-coff' command line option has been removed. It was not used in any test cases. As a part of this patch I reimplement error diagnostics in a more standard way.

Diff Detail

Event Timeline

atanasyan updated this revision to Diff 9059.May 3 2014, 5:02 AM
atanasyan retitled this revision from to [obj2yaml] Recognize input file format automatically.
atanasyan updated this object.
atanasyan edited the test plan for this revision. (Show Details)
atanasyan added a reviewer: Bigcheese.
atanasyan added a subscriber: Unknown Object (MLST).
Bigcheese accepted this revision.May 6 2014, 4:47 PM
Bigcheese edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 6 2014, 4:47 PM
atanasyan closed this revision.May 6 2014, 10:26 PM

Thanks for review.

Closed by commit rL208157 (authored by @atanasyan)