This is an archive of the discontinued LLVM Phabricator instance.

[mips] Disable the TImode shift libcalls for 32-bit targets.
ClosedPublic

Authored by vkalintiris on Sep 6 2016, 9:15 AM.

Details

Summary

The o32 ABI doesn't not support the TImode helpers. For the time being,
disable just the shift libcalls as they break recursive builds on MIPS.

Diff Detail

Event Timeline

vkalintiris updated this revision to Diff 70411.Sep 6 2016, 9:15 AM
vkalintiris retitled this revision from to [mips] Disable the TImode shift libcalls for 32-bit targets..
vkalintiris updated this object.
vkalintiris added a reviewer: sdardis.
vkalintiris added a subscriber: llvm-commits.
sdardis accepted this revision.Sep 7 2016, 2:08 AM
sdardis edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 7 2016, 2:08 AM
This revision was automatically updated to reflect the committed changes.