This is an archive of the discontinued LLVM Phabricator instance.

Support: Delete {aligned_,}{u,}{little,big}8_t
ClosedPublic

Authored by ruiu on Sep 11 2014, 2:32 PM.

Details

Reviewers
rafael
Summary

A byte has no endianness, so these types don't make sense.
uint8_t should be used instead.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 13603.Sep 11 2014, 2:32 PM
ruiu retitled this revision from to Support: Delete {aligned_,}{u,}{little,big}8_t.
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: rafael.
ruiu added a subscriber: Unknown Object (MLST).
rafael accepted this revision.Sep 11 2014, 2:50 PM
rafael edited edge metadata.

LGTM

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

Committed in r217631.