This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Fix data layout string.
ClosedPublic

Authored by pftbest on Jun 23 2017, 11:20 AM.

Details

Summary

Change data layout string so it would be compatible with MSP430 EABI.

Depends on D34561

Event Timeline

pftbest created this revision.Jun 23 2017, 11:20 AM
asl accepted this revision.Jun 23 2017, 11:22 AM
This revision is now accepted and ready to land.Jun 23 2017, 11:22 AM
asl added a comment.Jun 23 2017, 11:23 AM

Meta-question: shall we support only EABI or... 2 different ABIs? It seems it does not make any sense to support anything besides EABI.

Thanks!

shall we support only EABI or... 2 different ABIs?

GCC supports only EABI, and i think we should also spend our limited resources on more important issues, than supporting old abi.

This revision was automatically updated to reflect the committed changes.