This is an archive of the discontinued LLVM Phabricator instance.

Support: improve identify_magic to recognize COFF bigobj
ClosedPublic

Authored by ruiu on Sep 10 2014, 4:40 PM.

Details

Summary

identify_magic recognized a COFF bigobj as an import library file.
This patch fixes that.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 13565.Sep 10 2014, 4:40 PM
ruiu retitled this revision from to Support: improve identify_magic to recognize COFF bigobj.
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: majnemer.
ruiu added a subscriber: Unknown Object (MLST).
rafael accepted this revision.Sep 11 2014, 2:05 PM
rafael added a reviewer: rafael.
rafael added a subscriber: rafael.

LGTM

This revision is now accepted and ready to land.Sep 11 2014, 2:05 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r217627.