This is an archive of the discontinued LLVM Phabricator instance.

Remove IsLittleEndian from TargetLowering and redirect to DataLayout
ClosedPublic

Authored by mehdi_amini on Jul 7 2015, 4:31 PM.

Details

Summary

This change is part of a series of commits dedicated to have a single
DataLayout during compilation by using always the one owned by the
module.

Diff Detail

Event Timeline

mehdi_amini updated this revision to Diff 29221.Jul 7 2015, 4:31 PM
mehdi_amini retitled this revision from to Remove IsLittleEndian from TargetLowering and redirect to DataLayout.
mehdi_amini updated this object.
mehdi_amini added a reviewer: echristo.
echristo accepted this revision.Jul 7 2015, 5:23 PM
echristo edited edge metadata.

Sure. Thanks.

-eric

This revision is now accepted and ready to land.Jul 7 2015, 5:23 PM